max property

Int32 max
final

Returns the statically-bounded maximum value of a 32-bit signed integer (2147483647).

Implementation

static final Int32 max = Int32.from(2147483647);