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