Manoeuvre constructor
const
Manoeuvre(
- DrivingAction action,
- LocalizedValue distance, {
- String? nextRoadName,
Implementation
const Manoeuvre(
this.action,
this.distance, {
this.nextRoadName,
});