BytesExtension extension

Provides extension methods for operating on lists of bytes.

on

Methods

asUint8List() Uint8List
Converts a List<int> to a Uint8List.
toHex({String prefix = '0x'}) List<String>
Returns a List of the hexadecimal strings of each element.