withMutateDirectory method
Implementation
TypesDescriptorFlags withMutateDirectory(bool value) {
return TypesDescriptorFlags(
value ? representation | 0x20 : representation & ~0x20,
);
}
TypesDescriptorFlags withMutateDirectory(bool value) {
return TypesDescriptorFlags(
value ? representation | 0x20 : representation & ~0x20,
);
}