PayloadData constructor

const PayloadData({
  1. String? deviceId,
  2. String? brand,
  3. String? model,
  4. String? systemName,
  5. String? systemVersion,
  6. String? appVersion,
  7. String? buildNumber,
  8. String? packageName,
  9. String? manufacturer,
  10. String? deviceName,
  11. String? deviceType,
  12. int? totalMemory,
  13. int? usedMemory,
  14. bool? isTablet,
  15. String? adId,
  16. String? androidId,
  17. String? idfv,
  18. String? platform,
  19. String? osVersion,
  20. String? screenResolution,
  21. String? timezone,
  22. String? locale,
  23. String? batteryLevel,
  24. bool? isCharging,
  25. bool? isJailbroken,
  26. bool? isRooted,
  27. bool? hasNotch,
  28. bool? hasDynamicIsland,
  29. String? timestamp,
  30. NetworkPayload? network,
  31. LocationPayload? location,
  32. String? email,
  33. String? name,
  34. String? phone,
})

Implementation

const PayloadData({
  this.deviceId,
  this.brand,
  this.model,
  this.systemName,
  this.systemVersion,
  this.appVersion,
  this.buildNumber,
  this.packageName,
  this.manufacturer,
  this.deviceName,
  this.deviceType,
  this.totalMemory,
  this.usedMemory,
  this.isTablet,
  this.adId,
  this.androidId,
  this.idfv,
  this.platform,
  this.osVersion,
  this.screenResolution,
  this.timezone,
  this.locale,
  this.batteryLevel,
  this.isCharging,
  this.isJailbroken,
  this.isRooted,
  this.hasNotch,
  this.hasDynamicIsland,
  this.timestamp,
  this.network,
  this.location,
  this.email,
  this.name,
  this.phone,
});