IntExtension extension
- on
Methods
-
bytes(
{BitWidth bit = BitWidth.int}) → Uint8List -
Available on int, provided by the IntExtension extension
Static Methods
-
createUint8ListFromHexString(
String hex) → Uint8List -
Available on int, provided by the IntExtension extension
Creates aUint8Listby a hex string. -
formatBytesAsHexString(
Uint8List bytes) → String -
Available on int, provided by the IntExtension extension
Returns a hex string by aUint8List.