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