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