QChatJoinServerByInviteCodeAttachment constructor Null safety
- {QChatServer? server,
- int? requestId,
- String? inviteCode}
Implementation
QChatJoinServerByInviteCodeAttachment(
{this.server, this.requestId, this.inviteCode});
QChatJoinServerByInviteCodeAttachment(
{this.server, this.requestId, this.inviteCode});