InviteUser constructor
InviteUser({})
Returns a new InviteUser instance.
Implementation
InviteUser({
this.to = const [],
required this.groupId,
this.cc = const [],
this.bcc = const [],
this.role,
this.name,
this.surname,
this.username,
this.email,
});