sBigint property
BigInt
get
sBigint
Converts the 's' component to a BigInt.
Implementation
BigInt get sBigint => BigintUtils.fromBytes(s, byteOrder: Endian.little);
Converts the 's' component to a BigInt.
BigInt get sBigint => BigintUtils.fromBytes(s, byteOrder: Endian.little);