toIntConvertionError constant

IntegerError const toIntConvertionError

Implementation

static const toIntConvertionError = IntegerError(
  "integer value exceeds the safe range of Dart int; use toBigInt() instead",
);