needsRunBeforeNext property
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;
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
final bool needsRunBeforeNext;