removeAllFromEnumSet method
Implementation
@override
void removeAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) =>
    this.rawValue = this.rawValue & ~other.rawValue;@override
void removeAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) =>
    this.rawValue = this.rawValue & ~other.rawValue;