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