PublicTransportRouteDirection class
Направление маршрута общественного транспорта.
Constructors
-
PublicTransportRouteDirection.new({required PublicTransportRouteDirectionId id, required PublicTransportRouteDirectionType type, required PublicTransportRouteGeometry? geometry, required List<
PublicTransportPlatform> platforms}) -
const
Properties
- geometry → PublicTransportRouteGeometry?
-
Геометрия направления маршрута.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → PublicTransportRouteDirectionId
-
Идентификатор направления маршрута.
final
-
platforms
→ List<
PublicTransportPlatform> -
Последовательность остановочных платформ маршрута.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PublicTransportRouteDirectionType
-
Тип направления маршрута.
final
Methods
-
copyWith(
{PublicTransportRouteDirectionId? id, PublicTransportRouteDirectionType? type, Optional< PublicTransportRouteGeometry?> ? geometry, List<PublicTransportPlatform> ? platforms}) → PublicTransportRouteDirection -
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