PublicRoutePart class
Описание участка маршрута на общественном транспорте.
Constructors
-
PublicRoutePart({required List<
PublicTransportInfo> transports, required List<PublicTransportStop> intermediateStops}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
intermediateStops
→ List<
PublicTransportStop> -
Промежуточные остановки, которые транспорт проедет прежде, чем доберется до точки пересадки.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transports
→ List<
PublicTransportInfo> -
Виды общественного транспорта, на котором можно проехать данный участок маршрута.
final
Methods
-
copyWith(
{List< PublicTransportInfo> ? transports, List<PublicTransportStop> ? intermediateStops}) → PublicRoutePart -
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