CreateHook constructor
- String? name,
- HookConfig? config, {
- List<
String> ? events = const ['push'], - bool? active = true,
Implementation
CreateHook(
this.name,
this.config, {
this.events = const ['push'],
this.active = true,
});
CreateHook(
this.name,
this.config, {
this.events = const ['push'],
this.active = true,
});