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