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