withFileIntegritySync method

TypesDescriptorFlags withFileIntegritySync(
  1. bool value
)

Implementation

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