toArray method

Array<T> toArray()

Produces a JavaScript Array from the contents of this List. @return {Array.

Implementation

_i7.Array<T> toArray() => _i4.callMethod(
      this,
      'toArray',
      [],
    );