QChatApplyJoinServerMemberAcceptAttachment constructor Null safety

QChatApplyJoinServerMemberAcceptAttachment(
  1. {String? applyAccid,
  2. int? requestId,
  3. QChatServer? server}
)

Implementation

QChatApplyJoinServerMemberAcceptAttachment(
    {this.applyAccid, this.requestId, this.server});