toTypedArray method

Array<T> toTypedArray()

Implementation

Array<T> toTypedArray() => Array<T>.from(this);