callForEmptyEntries property
Specifies, whether the task should still be executed, even if no files match.
If true, the task always gets called. Otherwise it only gets called if at least one file matches filePattern.
Implementation
@override
bool get callForEmptyEntries => true;