IntX extension

on

Methods

toColonHex() String

Available on int, provided by the IntX extension

Returns a colon-separated hex representation of this integer.
toOctal() String

Available on int, provided by the IntX extension

Returns the octal representation of this integer.
toUint32([Endian endian = Endian.big]) Uint8List

Available on int, provided by the IntX extension

Returns a Uint8List with the bytes of the integer encoded in endian.
toUint64([Endian endian = Endian.big]) Uint8List

Available on int, provided by the IntX extension

Returns a Uint8List with the bytes of the integer encoded in endian.