min property
final
Returns the statically-bounded minimum value of a 32-bit signed integer (-2147483648).
Implementation
static final Int32 min = Int32.from(-2147483648);
Returns the statically-bounded minimum value of a 32-bit signed integer (-2147483648).
static final Int32 min = Int32.from(-2147483648);