toBigInt static method

BigInt toBigInt(
  1. I64 value
)

Convert I64 to BigInt

Implementation

static BigInt toBigInt(I64 value) => impl.toBigIntImpl(value);