ExtIntHelper extension

on

Properties

asI32 → int

Available on int, provided by the ExtIntHelper extension

no setter
asPositive → int

Available on int, provided by the ExtIntHelper extension

no setter
asU8 → int

Available on int, provided by the ExtIntHelper extension

no setter
asU16 → int

Available on int, provided by the ExtIntHelper extension

no setter
asU32 → int

Available on int, provided by the ExtIntHelper extension

no setter
toBigInt → BigInt

Available on int, provided by the ExtIntHelper extension

no setter
toBool → bool

Available on int, provided by the ExtIntHelper extension

no setter
toHexaDecimal → String

Available on int, provided by the ExtIntHelper extension

no setter
toI32 → int

Available on int, provided by the ExtIntHelper extension

no setter
toU8 → int

Available on int, provided by the ExtIntHelper extension

no setter
toU24 → int

Available on int, provided by the ExtIntHelper extension

no setter
toU32 → int

Available on int, provided by the ExtIntHelper extension

no setter
toU64 → BigInt

Available on int, provided by the ExtIntHelper extension

no setter

Methods

toBeBytes({int? length}) → List<int>

Available on int, provided by the ExtIntHelper extension

toBytes({int? length, Endian byteOrder = Endian.big, bool sign = false}) → List<int>

Available on int, provided by the ExtIntHelper extension

toLeBytes({int? length, bool sign = false}) → List<int>

Available on int, provided by the ExtIntHelper extension

toU16BeBytes() → List<int>

Available on int, provided by the ExtIntHelper extension

toU16LeBytes() → List<int>

Available on int, provided by the ExtIntHelper extension

toU32BeBytes() → List<int>

Available on int, provided by the ExtIntHelper extension

toU32LeBytes() → List<int>

Available on int, provided by the ExtIntHelper extension

toU64LeBytes() → List<int>

Available on int, provided by the ExtIntHelper extension