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