PublicTransportTransfer class

Описание способа добраться на общественном транспорте до следующей точки пересадки.

Constructors

PublicTransportTransfer({required String startPointName, required String finishPointName, required List<PublicRoutePart> routeParts})
const

Properties

finishPointName String
Название точки назначения для данного участка маршрута.
final
hashCode int
The hash code for this object.
no setteroverride
routeParts List<PublicRoutePart>
Описание участка маршрута на общественном транспорте, по которому можно добраться до следующей точки пересадки.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPointName String
Название точки, из которой начинается движение для данного участка маршрута.
final

Methods

copyWith({String? startPointName, String? finishPointName, List<PublicRoutePart>? routeParts}) PublicTransportTransfer
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