PublicTransportDirectoryRouteScheduleInfo class

Справочная информация о расписаниях платформ и направлений на маршруте.

Properties

fullDayPlatforms Map<PublicTransportRouteDirectionId, Map<DgisObjectId, List<PublicTransportPlatformSchedule>>>
Расписания для платформ до конца дня.
final
hashCode int
The hash code for this object.
no setteroverride
intervalTrips Map<PublicTransportRouteDirectionId, PublicTransportIntervalSchedule>
Ближайшие интервальные расписания для направлений.
final
nearTrips Map<PublicTransportRouteDirectionId, Map<DgisObjectId, PublicTransportNearTripSchedule>>
Ближайшие рейсы для направлений до конечной платформы.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Map<PublicTransportRouteDirectionId, Map<DgisObjectId, List<PublicTransportPlatformSchedule>>>? fullDayPlatforms, Map<PublicTransportRouteDirectionId, Map<DgisObjectId, PublicTransportNearTripSchedule>>? nearTrips, Map<PublicTransportRouteDirectionId, PublicTransportIntervalSchedule>? intervalTrips}) PublicTransportDirectoryRouteScheduleInfo
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