SummaryElement constructor

SummaryElement({
  1. num? value,
  2. num? distance,
  3. num? amount,
})

Implementation

SummaryElement({
  this.value,
  this.distance,
  this.amount,
});