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