isUint32 property
      
      bool
      get
      isUint32
      
    
    
Check if this is an unsigned 32 bit integer.
Implementation
bool get isUint32 => isUnsigned(4);Check if this is an unsigned 32 bit integer.
bool get isUint32 => isUnsigned(4);