BodyData constructor
BodyData({})
Implementation
BodyData({
this.userId,
this.userKey,
required this.id,
required this.date,
this.weight,
this.fat,
required this.source,
});
BodyData({
this.userId,
this.userKey,
required this.id,
required this.date,
this.weight,
this.fat,
required this.source,
});