ExtBigIntHelper extension

on

Properties

asI64 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
asI128 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
asPositive BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
asU64 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
asU128 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
asU256 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toBool bool

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toHexaDecimal String

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toI32 int

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toI64 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toI128 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toIntOrNull int?

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toIntOrThrow int

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toU8 int

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toU32 int

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toU64 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter
toU128 BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

no setter

Methods

mod(BigInt m) BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

modAdd(BigInt other, BigInt m) BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

modSub(BigInt other, BigInt m) BigInt

Available on BigInt, provided by the ExtBigIntHelper extension

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

Available on BigInt, provided by the ExtBigIntHelper extension

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

Available on BigInt, provided by the ExtBigIntHelper extension

toI64BeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension

toI64LeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension

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

Available on BigInt, provided by the ExtBigIntHelper extension

toU256BeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension

toU256LeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension

toU64BeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension

toU64LeBytes() List<int>

Available on BigInt, provided by the ExtBigIntHelper extension