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