VKFrame constructor
VKFrame({
- JSObject? $$context$$,
Implementation
VKFrame({mpjs.JSObject? $$context$$}) {
this.$$context$$ = $$context$$ ?? mpjs.JSObject("Object");
}
VKFrame({mpjs.JSObject? $$context$$}) {
this.$$context$$ = $$context$$ ?? mpjs.JSObject("Object");
}