QChatSystemNotificationAttachmentCommon.fromJson constructor

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

Implementation

factory QChatSystemNotificationAttachmentCommon.fromJson(
        Map<String, dynamic> json) =>
    QChatSystemNotificationAttachmentCommon(json: json);