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