isUint8 property
      
      bool
      get
      isUint8
      
    
    
Check if this is an unsigned 8 bit integer.
Implementation
bool get isUint8 => isUnsigned(1);Check if this is an unsigned 8 bit integer.
bool get isUint8 => isUnsigned(1);