ActiveMinutesRollupByActivityLevel constructor

ActiveMinutesRollupByActivityLevel({
  1. String? activeMinutesSum,
  2. String? activityLevel,
})

Implementation

ActiveMinutesRollupByActivityLevel({
  this.activeMinutesSum,
  this.activityLevel,
});