PublicTransportIntervalWorkingHours class

Время действия интервального расписания.

Constructors

PublicTransportIntervalWorkingHours.new({int startTime = 0, int startTimeUtc = 0, int finishTime = 0, int finishTimeUtc = 0})
const

Properties

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

Methods

copyWith({int? startTime, int? startTimeUtc, int? finishTime, int? finishTimeUtc}) PublicTransportIntervalWorkingHours
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