isReady property

bool isReady

Returns true if this container is started and ready.

Implementation

bool get isReady => runner.isReady;