team property

String? team

Channel team.

Implementation

String? get team {
  _checkInitialized();
  return state!._channelState.channel?.team;
}