InspectionLabels constructor
const
InspectionLabels({
- String document = 'Inspection',
- String site = 'Site',
- String when = 'When',
- String inspector = 'Inspector',
- String pass = 'Pass',
- String fail = 'Fail',
- String open = 'Open',
- String item = 'Item',
- String result = 'Result',
- String note = 'Note',
- Map<
CheckMark, String> marks = const <CheckMark, String>{CheckMark.open : 'Open', CheckMark.done : 'Done', CheckMark.pass : 'Pass', CheckMark.fail : 'Fail', CheckMark.na : 'N/A'},
InspectionLabels API.
Implementation
const InspectionLabels({
this.document = 'Inspection',
this.site = 'Site',
this.when = 'When',
this.inspector = 'Inspector',
this.pass = 'Pass',
this.fail = 'Fail',
this.open = 'Open',
this.item = 'Item',
this.result = 'Result',
this.note = 'Note',
this.marks = const <CheckMark, String>{
CheckMark.open: 'Open',
CheckMark.done: 'Done',
CheckMark.pass: 'Pass',
CheckMark.fail: 'Fail',
CheckMark.na: 'N/A',
},
});