HookConfig constructor
const
HookConfig({})
Implementation
const HookConfig({
this.continueOnError = true,
this.timeout = const Duration(seconds: 5),
this.customConfig = const {},
});
const HookConfig({
this.continueOnError = true,
this.timeout = const Duration(seconds: 5),
this.customConfig = const {},
});