ObstacleInfo class
Информация о препятствии на маршруте.
Constructors
- ObstacleInfo({Obstacle type = Obstacle.other, ObstaclePassLimitation limitation = ObstaclePassLimitation.unlimited})
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- limitation → ObstaclePassLimitation
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- type → Obstacle
- 
  
  final
Methods
- 
  copyWith({Obstacle? type, ObstaclePassLimitation? limitation}) → ObstacleInfo 
- 
  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