InternalLinkTypeChatInvite constructor

InternalLinkTypeChatInvite({
  1. required String inviteLink,
})

Implementation

InternalLinkTypeChatInvite({required this.inviteLink});