JSPropertyEnum.raw constructor
JSPropertyEnum.raw(
- JSPropertyEnumRef _ref, {
- bool autoDispose = true,
Implementation
JSPropertyEnum.raw(this._ref, {bool autoDispose = true}) {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}