HookModel constructor
HookModel({})
Implementation
HookModel({
required this.name,
this.enabled = false,
this.steps = const [],
this.runPipeline,
this.stopOnFailure = true,
this.description,
});
HookModel({
required this.name,
this.enabled = false,
this.steps = const [],
this.runPipeline,
this.stopOnFailure = true,
this.description,
});