intersection method

Implementation

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