isPause property

bool get isPause

Implementation

bool get isPause =>
    [AppLifecycleState.hidden, AppLifecycleState.paused].contains(this);