core/constants/int_constants library

Constants

kMaxInt32 → const int
The maximum value for a 32-bit signed integer (2^31 - 1).
kMaxSafeDecimalPlaces → const int
The maximum number of decimal places that can be used.
kMinInt32 → const int
The minimum value for a 32-bit signed integer (-2^31).