GpsPathInfo constructor

GpsPathInfo({
  1. required int? time,
  2. required List<Location>? locationList,
})

Implementation

GpsPathInfo({
  required this.time,
  required this.locationList,
});