Arr<T>.fromList constructor

Arr<T>.fromList(
  1. List<T> _list
)

Implementation

@pragma("vm:prefer-inline")
Arr.fromList(this._list);