Activity constructor
Activity({})
Implementation
Activity({
this.userId,
required this.id,
required this.calendarDate,
this.caloriesTotal,
this.caloriesActive,
this.steps,
this.low,
this.medium,
this.high,
required this.source,
});