VKPlaneAnchor constructor

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

Implementation

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