QChatMsgUpdateContent constructor

QChatMsgUpdateContent({
  1. String? content,
  2. int? serverStatus,
  3. Map<String, dynamic>? remoteExtension,
})

Implementation

QChatMsgUpdateContent(
    {this.content, this.serverStatus, this.remoteExtension});