toBigInt abstract method Null safety

BigInt toBigInt(
  1. Value v,
  2. 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.

Implementation

BigInt toBigInt(Value v, NumStatus m);