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