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