JSClassDef constructor
JSClassDef(
- JSContext _ctx,
- JSClassDefRef _ref, {
- bool autoDispose = true,
Implementation
JSClassDef(this._ctx, this._ref, {bool autoDispose = true}) {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}