toInt64List method

Stream<Int64List> toInt64List()

Copies the int values into an Int64List, see Int64List.fromList.

Implementation

Stream<Int64List> toInt64List() => map((input) => Int64List.fromList(input));