Waypoint constructor

Waypoint({
  1. TimeZone? timeZone,
  2. double? distance,
  3. String? name,
  4. List<double>? location,
})

Implementation

Waypoint({this.timeZone, this.distance, this.name, this.location});