Arr<T>.fromList constructor

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

Implementation

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