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