UIInitModule constructor

UIInitModule({
  1. String name = '',
  2. String? javascript,
})

Implementation

UIInitModule({
    this.name = '',
    this.javascript,
});