sBigint property

BigInt get sBigint

Converts the 's' component into a BigInt.

Implementation

BigInt get sBigint => BigintUtils.fromBytes(s, byteOrder: Endian.little);