DirectionsWaypoint constructor
const
DirectionsWaypoint({
- dynamic location,
- bool stopover = true,
Implementation
const DirectionsWaypoint({
this.location,
this.stopover = true,
});