ActivityLevelRollupByActivityLevelType constructor

ActivityLevelRollupByActivityLevelType({
  1. String? activityLevelType,
  2. String? totalDuration,
})

Implementation

ActivityLevelRollupByActivityLevelType({
  this.activityLevelType,
  this.totalDuration,
});