BytesConvert extension
Extension to convert Uint8List (Bytes) to other types
- on
Methods
-
toBigInt(
) → BigInt -
Available on Uint8List, provided by the BytesConvert extension
-
toHexString(
) → String -
Available on Uint8List, provided by the BytesConvert extension
-
toInt(
{Endianness endianness = Endianness.Big}) → int -
Available on Uint8List, provided by the BytesConvert extension
-
toReverse(
) → Uint8List -
Available on Uint8List, provided by the BytesConvert extension