JsonMetadata constructor

JsonMetadata({
  1. String? app,
  2. Format? format,
  3. List<String>? image,
  4. List<String>? links,
  5. List<String>? tags,
  6. String? description,
  7. List<String>? users,
  8. List? imageRatios,
  9. List<String>? thumbnails,
  10. String? type,
  11. String? actiCrVal,
  12. List<String>? actifitUserId,
  13. List<String>? activityDate,
  14. List<String>? activityType,
  15. String? appType,
  16. List<String>? chestUnit,
  17. List<String>? community,
  18. List<String>? dataTrackingSource,
  19. List<String>? detailedActivity,
  20. List<String>? heightUnit,
  21. List? stepCount,
  22. List<String>? thighsUnit,
  23. List<String>? waistUnit,
  24. List<String>? weightUnit,
  25. String? shortForm,
  26. String? fitbitUserId,
})

Implementation

JsonMetadata({
  this.app,
  this.format,
  this.image,
  this.links,
  this.tags,
  this.description,
  this.users,
  this.imageRatios,
  this.thumbnails,
  this.type,
  this.actiCrVal,
  this.actifitUserId,
  this.activityDate,
  this.activityType,
  this.appType,
  this.chestUnit,
  this.community,
  this.dataTrackingSource,
  this.detailedActivity,
  this.heightUnit,
  this.stepCount,
  this.thighsUnit,
  this.waistUnit,
  this.weightUnit,
  this.shortForm,
  this.fitbitUserId,
});