isUint8 property

bool get isUint8

Check if this is an unsigned 8 bit integer.

Implementation

bool get isUint8 => isUnsigned(1);