withExclusive method
Implementation
TypesOpenFlags withExclusive(bool value) {
return TypesOpenFlags(value ? representation | 0x4 : representation & ~0x4);
}
TypesOpenFlags withExclusive(bool value) {
return TypesOpenFlags(value ? representation | 0x4 : representation & ~0x4);
}