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