PublicTransportInfo class

Описание общественного транспортного средства.

Constructors

PublicTransportInfo({PublicTransportType type = PublicTransportType.bus, required List<String> names, required List<int> suggestedCarNumbers, required String boardingSuggest, required int? color, })
const

Properties

boardingSuggest String
Текстовое описание вагонов, в которые рекомендуется посадка.
final
color int?
Argb представление цвета, ассоциированного с данным видом общественного транспорта, например, цвет линии метро. При отсутствии информации о цвете в поле будет значение null.
final
hashCode int
The hash code for this object.
no setteroverride
names List<String>
Названия маршрутов общественного транспорта, на которых происходит проезд.
final
Идентификатор иконки для остановок маршрута. Пустая строка, если информация недоступна. Техническое поле.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedCarNumbers List<int>
Номера вагонов, в которые рекомендуется посадка.
final
type PublicTransportType
Тип общественного транспортного средства.
final

Methods

copyWith({PublicTransportType? type, List<String>? names, List<int>? suggestedCarNumbers, String? boardingSuggest, Optional<int?>? color, }) PublicTransportInfo
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