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