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