fromBigInt static method

I64 fromBigInt(
  1. BigInt value
)

Create I64 from BigInt

Implementation

static I64 fromBigInt(BigInt value) => impl.int64FromBigIntImpl(value);