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