withTruncate method
Implementation
TypesOpenFlags withTruncate(bool value) {
return TypesOpenFlags(value ? representation | 0x8 : representation & ~0x8);
}
TypesOpenFlags withTruncate(bool value) {
return TypesOpenFlags(value ? representation | 0x8 : representation & ~0x8);
}