isUint16 property
bool
get
isUint16
Check if this is an unsigned 16 bit integer.
Implementation
bool get isUint16 => isUnsigned(2);
Check if this is an unsigned 16 bit integer.
bool get isUint16 => isUnsigned(2);