startGate property

Completer<void>? startGate
getter/setter pair

A gate the test can hold to delay a start (proves the spawn ordering / races); when null, start completes immediately.

Implementation

Completer<void>? startGate;