isLeaving method

bool isLeaving()

Implementation

bool isLeaving() {
  return _state == ChannelStates.leaving;
}