ActivityLevelRollupByActivityLevelType.fromJson constructor
ActivityLevelRollupByActivityLevelType.fromJson(
- Map json_
Implementation
ActivityLevelRollupByActivityLevelType.fromJson(core.Map json_)
: this(
activityLevelType: json_['activityLevelType'] as core.String?,
totalDuration: json_['totalDuration'] as core.String?,
);