IntBytes extension

Allows to convert an int value to a byte buffer.

on

Methods

toBytesAsSigned(int byteCnt) Uint8List

Available on int, provided by the IntBytes extension

Converts an integer to a list of bytes of the given size.
toBytesAsUnsigned(int byteCnt) Uint8List

Available on int, provided by the IntBytes extension

Converts an integer to a list of bytes of the given size.