Kpi constructor

Kpi({
  1. String? kpiAmountMicros,
  2. String? kpiPercentageMicros,
  3. String? kpiString,
  4. String? kpiType,
})

Implementation

Kpi({
  this.kpiAmountMicros,
  this.kpiPercentageMicros,
  this.kpiString,
  this.kpiType,
});