shouldRunOnEmpty property

bool get shouldRunOnEmpty

Implementation

bool get shouldRunOnEmpty => tasks.any((e) => e.shouldAlwaysRun);