Create from JavaScript BigInt.
BigInt
static BigInt toBigInt(Object jsBigInt) => BigInt.parse(callMethod(jsBigInt, 'toString', const []) as String);