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