rawBits property
int
get
rawBits
Raw two's-complement bit pattern as an unsigned int (0..0xFFFFFFFF).
Implementation
int get rawBits => _bits;
Raw two's-complement bit pattern as an unsigned int (0..0xFFFFFFFF).
int get rawBits => _bits;