BriefRouteInfoSearchPoints class
Точки для запроса поиска базовой информации о маршруте.
Constructors
- BriefRouteInfoSearchPoints({required RouteSearchPoint startPoint, required RouteSearchPoint finishPoint})
-
const
Properties
- finishPoint → RouteSearchPoint
-
Конечная точка маршрута.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPoint → RouteSearchPoint
-
Начальная точка маршрута.
final
Methods
-
copyWith(
{RouteSearchPoint? startPoint, RouteSearchPoint? finishPoint}) → BriefRouteInfoSearchPoints -
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