KpiLabels constructor

const KpiLabels({
  1. String document = 'KPI sheet',
  2. String period = 'Period',
  3. String notes = 'Notes',
})

KpiLabels API.

Implementation

const KpiLabels({
  this.document = 'KPI sheet',
  this.period = 'Period',
  this.notes = 'Notes',
});