PublicBriefRouteTransportInfo class

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

Constructors

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

Properties

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
type PublicTransportType
Тип общественного транспортного средства.
final

Methods

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