AnyHook.verbose constructor

const AnyHook.verbose({
  1. required List<HookTask> tasks,
  2. List<String> diffArgs = const [],
  3. String diffFilters = '',
  4. bool backup = true,
})

Implementation

const AnyHook.verbose({
  required super.tasks,
  super.diffArgs = const [],
  super.diffFilters = '',
  super.backup,
}) : super.verbose();