isDead property
bool
get
isDead
Implementation
bool get isDead =>
this == ServiceState.crashed || this == ServiceState.stopped;
bool get isDead =>
this == ServiceState.crashed || this == ServiceState.stopped;