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