toDart property
Returns a list wrapper of the JS array.
Modifying the JS array will modify the returned list and vice versa.
Implementation
external List<T> get toDart;
Returns a list wrapper of the JS array.
Modifying the JS array will modify the returned list and vice versa.
external List<T> get toDart;