sBigint property

BigInt get sBigint

Converts the 's' component to a BigInt.

Implementation

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