IntHelper extension

on

Properties

asI32 int

Available on int, provided by the IntHelper extension

no setter
asPositive int

Available on int, provided by the IntHelper extension

no setter
asU8 int

Available on int, provided by the IntHelper extension

no setter
asU16 int

Available on int, provided by the IntHelper extension

no setter
asU32 int

Available on int, provided by the IntHelper extension

no setter
toBigInt BigInt

Available on int, provided by the IntHelper extension

no setter
toBool bool

Available on int, provided by the IntHelper extension

no setter
toHexaDecimal String

Available on int, provided by the IntHelper extension

no setter
toI32 int

Available on int, provided by the IntHelper extension

no setter
toU8 int

Available on int, provided by the IntHelper extension

no setter
toU32 int

Available on int, provided by the IntHelper extension

no setter
toU64 BigInt

Available on int, provided by the IntHelper extension

no setter

Methods

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

Available on int, provided by the IntHelper extension

toLeBytes({int? length}) List<int>

Available on int, provided by the IntHelper extension

toU16BeBytes() List<int>

Available on int, provided by the IntHelper extension

toU16LeBytes() List<int>

Available on int, provided by the IntHelper extension

toU32BeBytes() List<int>

Available on int, provided by the IntHelper extension

toU32LeBytes() List<int>

Available on int, provided by the IntHelper extension