toInt method

int toInt({
  1. RoundingMode roundingMode = RoundingMode.UNNECESSARY,
})

Implementation

int toInt({RoundingMode roundingMode = RoundingMode.UNNECESSARY}) =>
    toBigInt(roundingMode: roundingMode).toInt();