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