toMap method

dynamic toMap()

Implementation

toMap() {
  return {
    "inPersonSignerName": inPersonSignerName,
    "recipientEmail": recipientEmail,
    "recipientId": recipientId,
    "recipientName": recipientName,
    "recipientRoleName": recipientRoleName,
    "recipientType": recipientType.index,
    "removeRecipient": removeRecipient,
  };
}