removeAllFromEnumSet method

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

Implementation

@override
void removeAllFromEnumSet(EnumSet<RouteMapObjectCalloutLabelFlag> other) =>
    this.rawValue = this.rawValue & ~other.rawValue;