max property
final
Returns the statically-bounded maximum value of a 16-bit signed integer (32767).
Implementation
static final Int16 max = Int16.from(32767);
Returns the statically-bounded maximum value of a 16-bit signed integer (32767).
static final Int16 max = Int16.from(32767);