max property

int get max

Implementation

static int get max {
  return kIsWeb ? 9007199254740991.round() : 1.7976931348623157e+308.round();
}