rawBits property
int
get
rawBits
Raw bit pattern as an unsigned int (0..0xFFFFFFFF).
Implementation
int get rawBits => _value;
Raw bit pattern as an unsigned int (0..0xFFFFFFFF).
int get rawBits => _value;