Manoeuvre constructor

const Manoeuvre(
  1. DrivingAction action,
  2. LocalizedValue distance, {
  3. String? nextRoadName,
})

Implementation

const Manoeuvre(
  this.action,
  this.distance, {
  this.nextRoadName,
});