ListIntDataExtension extension

Data Extension for List<int>.

on

Properties

asInt8List Int8List
Ensures that this List is an Int8List.
no setter
asInt16List Int16List
Ensures that this List is an Int16List.
no setter
asInt32List Int32List
Ensures that this List is an Int32List.
no setter
asInt64List Int64List
Ensures that this List is an Int64List.
no setter
asUint8List Uint8List
Ensures that this List is an Uint8List.
no setter
asUint16List Uint16List
Ensures that this List is an Uint16List.
no setter
asUint32List Uint32List
Ensures that this List is an Uint32List.
no setter
asUint64List Uint64List
Ensures that this List is an Uint64List.
no setter

Methods

encodeUint16List() Uint8List
Encodes this List to a Uint8List of Uint16.
encodeUint32List() Uint8List
Encodes this List to a Uint8List of Uint32.
encodeUint64List() Uint8List
Encodes this List to a Uint8List of Uint64.
encodeUint8List() Uint8List
Encodes this List to a Uint8List of Uint8.
toInt16List() Int16List
Encapsulates a copy of this int List into a Int16List.
toInt32List() Int32List
Encapsulates a copy of this int List into a Int32List.
toInt64List() Int64List
Encapsulates a copy of this int List into a Int64List.
toInt8List() Int8List
Encapsulates a copy of this int List into a Int8List.
toUint16List() Uint16List
Encapsulates a copy of this int List into a Uint16List.
toUint32List() Uint32List
Encapsulates a copy of this int List into a Uint32List.
toUint64List() Uint64List
Encapsulates a copy of this int List into a Uint64List.
toUint8List() Uint8List
Encapsulates a copy of this int List into a Uint8List.