difference method
Implementation
@override
EnumSet<RouteMapObjectCalloutLabelFlag> difference(EnumSet<RouteMapObjectCalloutLabelFlag> other) =>
RouteMapObjectCalloutLabelFlagEnumSet.fromRawValue(this.rawValue & ~other.rawValue);
@override
EnumSet<RouteMapObjectCalloutLabelFlag> difference(EnumSet<RouteMapObjectCalloutLabelFlag> other) =>
RouteMapObjectCalloutLabelFlagEnumSet.fromRawValue(this.rawValue & ~other.rawValue);