Payload constructor

Payload({
  1. double? accuracy,
  2. double? latitude,
  3. double? longitude,
  4. double? altitude,
  5. double? speed,
  6. double? speedaccuracy,
  7. double? heading,
  8. int? epoch,
  9. String? user,
  10. String? username,
})

Implementation

Payload({this.accuracy, this.latitude, this.longitude, this.altitude, this.speed, this.speedaccuracy, this.heading, this.epoch, this.user, this.username});