union method

Implementation

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