JsonMetadata constructor
JsonMetadata({
- String? app,
- Format? format,
- List<
String> ? image, - List<
String> ? links, - List<
String> ? tags, - String? description,
- List<
String> ? users, - List? imageRatios,
- List<
String> ? thumbnails, - String? type,
- String? actiCrVal,
- List<
String> ? actifitUserId, - List<
String> ? activityDate, - List<
String> ? activityType, - String? appType,
- List<
String> ? chestUnit, - List<
String> ? community, - List<
String> ? dataTrackingSource, - List<
String> ? detailedActivity, - List<
String> ? heightUnit, - List? stepCount,
- List<
String> ? thighsUnit, - List<
String> ? waistUnit, - List<
String> ? weightUnit, - String? shortForm,
- 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,
});