isReady property

bool get isReady

Returns true if this container is started and ready.

Implementation

bool get isReady => runner.isReady;