QChatUpdateChannelParam constructor Null safety
- {required int channelId,
- String? custom,
- String? topic,
- QChatChannelMode? viewMode,
- String? name}
Implementation
QChatUpdateChannelParam(
{required this.channelId,
this.custom,
this.topic,
this.viewMode,
this.name});