Int64List.fromList constructor

Int64List.fromList(
  1. List<int> ints
)

Construct a list from List<int>.

Implementation

Int64List.fromList(List<int> ints) : inner = $data.Int64List.fromList(ints);