PublicTransportDirectoryPlatformDepartureInfo class

Справочная информация об отправлении с платформы.

Constructors

PublicTransportDirectoryPlatformDepartureInfo.new({required DgisObjectId platformId, DayTime departureTime = const DayTime(hours: 0, minutes: 0)})
const

Properties

departureTime DayTime
Точное время проезда транспорта в формате HH:MM (в локальном для объекта часовом поясе).
final
hashCode int
The hash code for this object.
no setteroverride
platformId DgisObjectId
Идентификатор платформы.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({DgisObjectId? platformId, DayTime? departureTime}) PublicTransportDirectoryPlatformDepartureInfo
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