VKMarkerAnchor constructor

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

Implementation

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