DirectionsWaypoint constructor

const DirectionsWaypoint({
  1. dynamic location,
  2. bool stopover = true,
})

Implementation

const DirectionsWaypoint({
  this.location,
  this.stopover = true,
});