ChatFolderInviteLinks constructor

ChatFolderInviteLinks({
  1. required List<ChatFolderInviteLink> inviteLinks,
})

Implementation

ChatFolderInviteLinks({required this.inviteLinks});