ALL_STATES constant

Set<LifecycleState> const ALL_STATES

Implementation

static const ALL_STATES = {
  LifecycleState.created,
  LifecycleState.resumed,
  LifecycleState.inactive,
  LifecycleState.paused,
  LifecycleState.detached,
  LifecycleState.stopped,
  LifecycleState.destroyed,
};