union method

Implementation

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