ChecklistLabels constructor
const
ChecklistLabels({})
ChecklistLabels API.
Implementation
const ChecklistLabels({
this.document = 'Checklist',
this.item = 'Item',
this.mark = 'Mark',
this.note = 'Note',
this.marks = const <CheckMark, String>{
CheckMark.open: 'Open',
CheckMark.done: 'Done',
CheckMark.pass: 'Pass',
CheckMark.fail: 'Fail',
CheckMark.na: 'N/A',
},
});