BetterRouteInfo class

Информация о доступном альтернативном маршруте.

Constructors

BetterRouteInfo({required TrafficRoute trafficRoute, required RoutePoint startPoint})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPoint RoutePoint
Точка на альтернативном маршруте, с которой начнётся движение в случае перехода на этот маршрут
final
trafficRoute TrafficRoute
Альтернативный маршрут.
final

Methods

copyWith({TrafficRoute? trafficRoute, RoutePoint? startPoint}) BetterRouteInfo
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