disabled property

bool disabled

Channel disabled status.

Implementation

bool get disabled {
  _checkInitialized();
  return state!._channelState.channel?.disabled == true;
}