toDart property

List<JSAny?> toDart

Returns a list wrapper of the JS array.

Modifying the JS array will modify the returned list and vice versa.

Implementation

external List<JSAny?> get toDart;