max property
final
Returns the statically-bounded maximum value of a 32-bit signed integer (2147483647).
Implementation
static final Int32 max = Int32.from(2147483647);
Returns the statically-bounded maximum value of a 32-bit signed integer (2147483647).
static final Int32 max = Int32.from(2147483647);