RecipientDefault constructor
RecipientDefault({})
Implementation
RecipientDefault(
{required this.inPersonSignerName,
required this.recipientEmail,
required this.recipientId,
required this.recipientName,
required this.recipientRoleName,
required this.recipientType,
this.removeRecipient = false});