CarInstructionRoundabout constructor
const
CarInstructionRoundabout({
- CarInstructionRoundaboutType type = CarInstructionRoundaboutType.entry,
- int turnAngle = 0,
- int exitNumber = 0,
- required String exitName,
Implementation
const CarInstructionRoundabout({
this.type = CarInstructionRoundaboutType.entry,
this.turnAngle = 0,
this.exitNumber = 0,
required this.exitName
});