EnergyQuantityRollup constructor

EnergyQuantityRollup({
  1. double? kcalSum,
  2. String? userProvidedUnitLast,
})

Implementation

EnergyQuantityRollup({this.kcalSum, this.userProvidedUnitLast});