Set<SpiFlag> get flags => Set.of(_modeAndFlags.item2);
void set flags(Set<SpiFlag> flags) { _modeAndFlags = _modeAndFlags.withItem2(flags); }