String? get calories => _$this._calories;
set calories(covariant String? calories) => _$this._calories = calories;