maxInt property

int get maxInt

Max int value

Implementation

static int get maxInt => kIsWeb ? 9007199254740991 : double.maxFinite.toInt();