addAllFromEnumSet method

  1. @override
void addAllFromEnumSet(
  1. EnumSet<RouteMapObjectCalloutLabelFlag> other
)

Implementation

@override
void addAllFromEnumSet(EnumSet<RouteMapObjectCalloutLabelFlag> other) =>
    this.rawValue = this.rawValue | other.rawValue;