isClosed property
      
      bool
      get
      isClosed
      
    
    
Whether the group is closed, meaning that no more streams may be added.
Implementation
bool get isClosed => _closed;
Whether the group is closed, meaning that no more streams may be added.
bool get isClosed => _closed;