toArr method
Creates an Array from an Iterable
Implementation
@pragma("vm:prefer-inline")
Arr<T> toArr() => Arr.fromList(toList(growable: false));
Creates an Array from an Iterable
@pragma("vm:prefer-inline")
Arr<T> toArr() => Arr.fromList(toList(growable: false));