intersection method
Implementation
@override
EnumSet<RouteMapObjectDisplayFlag> intersection(EnumSet<RouteMapObjectDisplayFlag> other) =>
RouteMapObjectDisplayFlagEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
EnumSet<RouteMapObjectDisplayFlag> intersection(EnumSet<RouteMapObjectDisplayFlag> other) =>
RouteMapObjectDisplayFlagEnumSet.fromRawValue(this.rawValue & other.rawValue);