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