isClosed method

bool isClosed()

Implementation

bool isClosed() {
  return _state == ChannelStates.closed;
}