Is there a constant in dart that tells us what is the max/min int/double value ?
Something like double.infinity but instead double.maxValue
double.infinity
double.maxValue
here you are the int64 max value:
const int int64MaxValue = 9223372036854775807;