ScooterInstructionCrossroadManeuver constructor

const ScooterInstructionCrossroadManeuver({
  1. ScooterInstructionCrossroadManeuverDirection direction = ScooterInstructionCrossroadManeuverDirection.straight,
  2. int turnAngle = 0,
})

Implementation

const ScooterInstructionCrossroadManeuver({
  this.direction = ScooterInstructionCrossroadManeuverDirection.straight,
  this.turnAngle = 0
});