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