max property

Int16 max
final

Returns the statically-bounded maximum value of a 16-bit signed integer (32767).

Implementation

static final Int16 max = Int16.from(32767);