JSPropertyNameArray constructor

JSPropertyNameArray(
  1. JSPropertyNameArrayRef _ref, {
  2. bool autoDispose = true,
})

Implementation

JSPropertyNameArray(this._ref, {bool autoDispose = true}) {
  attach(
    JSPropertyNameArrayReleaseAddress.cast(),
    _ref.cast(),
    autoDispose: autoDispose,
  );
}