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