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