QChatUpdateChannelParam constructor Null safety

QChatUpdateChannelParam(
  1. {required int channelId,
  2. String? custom,
  3. String? topic,
  4. QChatChannelMode? viewMode,
  5. String? name}
)

Implementation

QChatUpdateChannelParam(
    {required this.channelId,
    this.custom,
    this.topic,
    this.viewMode,
    this.name});