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