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