states property
      
      Stream<ExecutorState> 
      get
      states
      
    
    
The combines state event from all probes in this task executor.
Implementation
Stream<ExecutorState> get states => _statesGroup.stream;The combines state event from all probes in this task executor.
Stream<ExecutorState> get states => _statesGroup.stream;