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