union method
Implementation
@override
EnumSet<RoadEventDisplayCategory> union(EnumSet<RoadEventDisplayCategory> other) =>
RoadEventDisplayCategoryEnumSet.fromRawValue(this.rawValue | other.rawValue);
@override
EnumSet<RoadEventDisplayCategory> union(EnumSet<RoadEventDisplayCategory> other) =>
RoadEventDisplayCategoryEnumSet.fromRawValue(this.rawValue | other.rawValue);