IndicatorDetails constructor

const IndicatorDetails({
  1. double value = 0,
  2. int itemCount = 10,
})

Implementation

const IndicatorDetails({
  this.value = 0,
  this.itemCount = 10,
});