toJS property

JSArray<JSBoolean?> get toJS

Implementation

JSArray<JSBoolean?> get toJS => map((e) => e?.toJS).toJS;