InviteUsersResponse constructor

InviteUsersResponse({
  1. List<Invite>? invites,
})

Implementation

InviteUsersResponse({
  this.invites,
});