IntBytes extension
Allows to convert an int value to a byte buffer.
- on
Methods
-
toBytesAsSigned(
int byteCnt) → Uint8List - Converts an integer to a list of bytes of the given size.
-
toBytesAsUnsigned(
int byteCnt) → Uint8List - Converts an integer to a list of bytes of the given size.