isReady property
bool
get
isReady
Returns true
if this container is started and ready.
Implementation
bool get isReady => runner.isReady;
Returns true
if this container is started and ready.
bool get isReady => runner.isReady;