instance property

Test? instance

The singleton Test for this simulation.

It is null if there is no currently active Test. It is set back to null after a it is finished running.

Implementation

static Test? get instance => _instance;