toJson method
Implementation
Map<String, dynamic> toJson() => {
"app": app,
"format": formatValues.reverse[format],
"image": image,
"links": links,
"tags": tags,
"description": description,
"users": users,
"imageRatios": imageRatios,
"thumbnails": thumbnails,
"type": type,
"actiCrVal": actiCrVal,
"actifit_user_id": actifitUserId,
"activity_date": activityDate,
"activity_type": activityType,
"app_type": appType,
"chest_unit": chestUnit,
"community": community,
"data_tracking_source": dataTrackingSource,
"detailed_activity": detailedActivity,
"height_unit": heightUnit,
"step_count": stepCount,
"thighs_unit": thighsUnit,
"waist_unit": waistUnit,
"weight_unit": weightUnit,
"short_form": shortForm,
"fitbit_user_id": fitbitUserId,
};