toBigInt method

BigInt toBigInt({
  1. int? radix,
})

Implementation

BigInt toBigInt({int? radix}) => BigInt.parse(trim(), radix: radix);