BreakHook constructor
BreakHook([
- String message = 'Hook execution halted.',
- BreakReturnType returnType = BreakReturnType.none
Implementation
BreakHook([
this.message = 'Hook execution halted.',
this.returnType = BreakReturnType.none,
]);