ActivityLevelRollupByActivityLevelType.fromJson constructor

ActivityLevelRollupByActivityLevelType.fromJson(
  1. Map json_
)

Implementation

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