toBigInt method

BigInt toBigInt({
  1. RoundingMode roundingMode = RoundingMode.UNNECESSARY,
})

Implementation

BigInt toBigInt({RoundingMode roundingMode = RoundingMode.UNNECESSARY}) =>
    withScale(0, roundingMode: roundingMode).intVal;