min property

Int32 min
final

Returns the statically-bounded minimum value of a 32-bit signed integer (-2147483648).

Implementation

static final Int32 min = Int32.from(-2147483648);