buildRunnerRunCondition property

RunCondition? buildRunnerRunCondition
final

The RunCondition for the buildRunner task.

Setting this to a non-null value causes the runBuildRunner task to be enabled.

Implementation

final RunCondition? buildRunnerRunCondition;