QChatUpdateChannelParam.fromJson constructor

QChatUpdateChannelParam.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory QChatUpdateChannelParam.fromJson(Map<String, dynamic> json) =>
    _$QChatUpdateChannelParamFromJson(json);