needsRunBeforeNext property

bool needsRunBeforeNext
final

Whether to run the previous command first.

This is useful to "break" up the commands into smaller concurrent groups

This does not apply if runConcurrently is false

Implementation

final bool needsRunBeforeNext;