MinutesLabels constructor

const MinutesLabels({
  1. String document = 'Minutes',
  2. String when = 'When',
  3. String attendees = 'Attendees',
  4. String decisions = 'Decisions',
  5. String actions = 'Actions',
  6. String task = 'Task',
  7. String owner = 'Owner',
  8. String due = 'Due',
})

MinutesLabels API.

Implementation

const MinutesLabels({
  this.document = 'Minutes',
  this.when = 'When',
  this.attendees = 'Attendees',
  this.decisions = 'Decisions',
  this.actions = 'Actions',
  this.task = 'Task',
  this.owner = 'Owner',
  this.due = 'Due',
});