PublicTransportPlatformSchedule class

Расписание платформы.

Constructors

PublicTransportPlatformSchedule.new({required PublicTransportSchedule schedule, int startTime = 0, int startTimeUtc = 0})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedule PublicTransportSchedule
Расписание следования транспорта.
final
startTime int
Время наступления события (в локальном для объекта часовом поясе).
final
startTimeUtc int
Время наступления события в UTC.
final

Methods

copyWith({PublicTransportSchedule? schedule, int? startTime, int? startTimeUtc}) PublicTransportPlatformSchedule
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