LabelMaker constructor
const
LabelMaker({
- required PendingHook pendingHook,
- required String nameOfHook,
- bool debug = false,
Implementation
const LabelMaker({
required this.pendingHook,
required this.nameOfHook,
this.debug = false,
});