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