CreateHook constructor

CreateHook(
  1. String? name,
  2. HookConfig? config, {
  3. List<String>? events = const ['push'],
  4. bool? active = true,
})

Implementation

CreateHook(
  this.name,
  this.config, {
  this.events = const ['push'],
  this.active = true,
});