config property

ChannelConfig? config

Channel configuration.

Implementation

ChannelConfig? get config {
  _checkInitialized();
  return state!._channelState.channel?.config;
}