LabelMaker constructor

const LabelMaker({
  1. required PendingHook pendingHook,
  2. required String nameOfHook,
  3. bool debug = false,
})

Implementation

const LabelMaker({
  required this.pendingHook,
  required this.nameOfHook,
  this.debug = false,
});