toArray method
Produces a JavaScript Array from the contents of this List. @return {Array.
Implementation
_i7.Array<T> toArray() => _i4.callMethod(
this,
'toArray',
[],
);
Produces a JavaScript Array from the contents of this List. @return {Array.
_i7.Array<T> toArray() => _i4.callMethod(
this,
'toArray',
[],
);