QChatMsgUpdateContent.fromJson constructor

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

Implementation

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