union method

Implementation

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