IntX extension
- on
Methods
-
toColonHex(
) → String - Returns a colon-separated hex representation of this integer.
-
toOctal(
) → String - 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 inendian
. -
toUint64(
[Endian endian = Endian.big]) → Uint8List -
Available on int, provided by the IntX extension
Returns a Uint8List with the bytes of the integer encoded inendian
.