BytesExtension extension
Provides extension methods for operating on lists of bytes.
Methods
-
asUint8List(
) → Uint8List -
Available on List<
Converts aint> , provided by the BytesExtension extensionList<int>
to a Uint8List. -
toHex(
{String prefix = '0x'}) → List< String> -
Available on List<
Returns a List of the hexadecimal strings of each element.int> , provided by the BytesExtension extension