toBigInt abstract method Null safety
Interpret v as an integer according to the sign mode and the model's word size, and return the result as a BigInt.
Implementation
BigInt toBigInt(Value v, NumStatus m);
Interpret v as an integer according to the sign mode and the model's word size, and return the result as a BigInt.
BigInt toBigInt(Value v, NumStatus m);