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