ToTypedIntListExtension extension

on

Methods

toInt16List() Stream<Int16List>
Copies the int values into an Int16List, see Int16List.fromList.
toInt32List() Stream<Int32List>
Copies the int values into an Int32List, see Uint8List.fromList.
toInt64List() Stream<Int64List>
Copies the int values into an Int64List, see Int64List.fromList.
toInt8List() Stream<Int8List>
Copies the int values into an Int8List, see Int8List.fromList.
toIntList() Stream<List<int>>
Copies the int values into a List, see List.of.
toUint16List() Stream<Uint16List>
Copies the int values into an Uint16List, see Uint16List.fromList.
toUint32List() Stream<Uint32List>
Copies the int values into an Uint32List, see Uint32List.fromList.
toUint64List() Stream<Uint64List>
Copies the int values into an Uint64List, see Uint64List.fromList.
toUint8ClampedList() Stream<Uint8ClampedList>
Copies the int values into an Uint8ClampedList, see Uint8ClampedList.fromList.
toUint8List() Stream<Uint8List>
Copies the int values into an Uint8List, see Uint8List.fromList.