AnyHook.verbose constructor

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

Implementation

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