toArr method

Arr<T> toArr()

Creates an Array from an Iterable

Implementation

Arr<T> toArr() => Arr.fromList(toList(growable: false));