3-bit flags.
int get flags => extractUint32Bits(_v1, 13, 0x3);
set flags(int value) { _v1 = transformUint32Bits(_v1, 13, 0x3, value); }