core.Map<core.String, core.dynamic> toJson() => { if (amount != null) 'amount': amount!, if (unit != null) 'unit': unit!, };