min property

Int16 min
final

Returns the statically-bounded minimum value of a 16-bit signed integer (-32768).

Implementation

static final Int16 min = Int16.from(-32768);