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