ListToJSArray extension - dart:js_interop library (original) (raw)
ListToJSArray<T extends JSAny?> extension
Conversions from List to JSArray.
on
- List<T>
Properties
Available on List<T>, provided by the ListToJSArray extension
Converts this List to a JSArray by either casting, unwrapping, or cloning the List.
no setter
toJSProxyOrRef → JSArray<T>
Available on List<T>, provided by the ListToJSArray extension
Converts this List to a JSArray by either casting, unwrapping, or proxying the List.
no setter