toJS property

JSArray<JSString?> get toJS

Implementation

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