StartAdvertisingObject constructor

StartAdvertisingObject({
  1. JSObject? $$context$$,
})

Implementation

StartAdvertisingObject({mpjs.JSObject? $$context$$}) {
  this.$$context$$ = $$context$$ ?? mpjs.JSObject("Object");
}