Kpi constructor

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

Implementation

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