RouteEditorRoutesInfo class

Информация о маршрутах, которыми оперирует редактор.

Constructors

RouteEditorRoutesInfo({required List<TrafficRoute> routes, required RouteEditorRouteParams routeParams})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
routeParams RouteEditorRouteParams
Параметры маршрута, для которых выполнялся поиск. Могут отличаться от параметров, переданных редактору, если маршруты были найдены уже после изменения параметров в редакторе.
final
routes List<TrafficRoute>
При обновлении списка маршрутов активным будет первый маршрут, если список маршрутов непустой.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<TrafficRoute>? routes, RouteEditorRouteParams? routeParams}) RouteEditorRoutesInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override