JSPropertyEnum.raw constructor

JSPropertyEnum.raw(
  1. JSPropertyEnumRef _ref, {
  2. bool autoDispose = true,
})

Implementation

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