status property
The most recently refreshed container lifecycle status string.
Returns 'not_started' before start is called. Possible values after
startup: 'running', 'exited', 'paused', 'restarting', 'dead',
or 'unknown'.
Implementation
@override
String get status => _cachedStatus;