Hook constructor
Hook({})
Implementation
Hook({
required this.tasks,
this.diffArgs = const [],
this.allowEmpty = false,
this.diffFilters,
bool? backupFiles,
}) : backupFiles = backupFiles ?? diffArgs.isEmpty;