QChatDeleteChannelParam.fromJson constructor

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

Implementation

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