union method

Implementation

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