QChatDownloadAttachmentParam.fromJson constructor

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

Implementation

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