PublicTransportPlatformTransition class
Справочная информация о маршруте общественного транспорта, на который можно пересесть на остановочной платформе.
Constructors
- PublicTransportPlatformTransition({required DgisObjectId routeId, required String routeName, required PublicTransportRouteType routeType, required int? color, required DgisObjectId stationId, required String stationName})
- 
          
            const
Properties
- color → int?
- 
  Цветовое кодирование маршрута.
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- routeId → DgisObjectId
- 
  Идентификатор связанного маршрута.
  final
- routeName → String
- 
  Название связанного маршрута.
  final
- routeType → PublicTransportRouteType
- 
  Тип маршрута.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stationId → DgisObjectId
- 
  Идентификатор остановки.
  final
- stationName → String
- 
  Название остановки или станции.
  final
Methods
- 
  copyWith({DgisObjectId? routeId, String? routeName, PublicTransportRouteType? routeType, Optional< int?> ? color, DgisObjectId? stationId, String? stationName}) → PublicTransportPlatformTransition
- 
  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