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