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