PublicTransportIntervalSchedule class

Интервальное расписание.

Constructors

PublicTransportIntervalSchedule.new({int period = 0, required PublicTransportIntervalWorkingHours? workHours})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
period int
Период следования транспорта в минутах.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workHours PublicTransportIntervalWorkingHours?
Время действия интервального расписания.
final

Methods

copyWith({int? period, Optional<PublicTransportIntervalWorkingHours?>? workHours}) PublicTransportIntervalSchedule
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