isDead property
bool
get
isDead
Whether the process behind this service is gone. See ServiceStateLife.
Implementation
bool get isDead => _state.isDead;
Whether the process behind this service is gone. See ServiceStateLife.
bool get isDead => _state.isDead;