QChatCreateServerAttachment.fromJson constructor

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

Implementation

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