PublicTransportPreciseSchedule class

Точное расписание проезда общественного транспорта через платформу.

Constructors

PublicTransportPreciseSchedule.new({required DayTime preciseTime, required List<int> nextTrips, required List<int> nextTripsUtc})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
nextTrips List<int>
Массив с временем следующих рейсов (в локальном для объекта часовом поясе).
final
nextTripsUtc List<int>
Массив с временем следующих рейсов в UTC.
final
preciseTime DayTime
Точное время проезда транспорта в формате HH:MM (в локальном для объекта часовом поясе).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({DayTime? preciseTime, List<int>? nextTrips, List<int>? nextTripsUtc}) PublicTransportPreciseSchedule
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