MemoLabels constructor

const MemoLabels({
  1. String document = 'Memo',
  2. String to = 'To',
  3. String from = 'From',
  4. String date = 'Date',
  5. String subject = 'Subject',
})

MemoLabels API.

Implementation

const MemoLabels({
  this.document = 'Memo',
  this.to = 'To',
  this.from = 'From',
  this.date = 'Date',
  this.subject = 'Subject',
});