GpsChangeEventBean constructor

GpsChangeEventBean({
  1. required int type,
  2. required List<int> list,
  3. required GpsPathInfo gpsPathInfo,
  4. required Location location,
  5. int progress = 0,
})

Implementation

GpsChangeEventBean({
  required this.type,
  required this.list,
  required this.gpsPathInfo,
  required this.location,
  this.progress = 0,
});