toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activityLevelType = this.activityLevelType;
final totalDuration = this.totalDuration;
return {
'activityLevelType': ?activityLevelType,
'totalDuration': ?totalDuration,
};
}