HookTask.always constructor

HookTask.always()

Creates a task that always runs, even if no files are being processed or if the files do not match the task's patterns.

Implementation

HookTask.always()
    : include = [AllFiles()],
      exclude = [],
      _always = true,
      id = const Uuid().v4();