ObstacleInfo constructor
      const
      ObstacleInfo({ 
    
    
- Obstacle type = Obstacle.other,
- ObstaclePassLimitation limitation = ObstaclePassLimitation.unlimited,
Implementation
const ObstacleInfo({
  this.type = Obstacle.other,
  this.limitation = ObstaclePassLimitation.unlimited
});