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