BeaconError constructor

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

Implementation

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