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