RecipientDefault class

Constructors

RecipientDefault({required String inPersonSignerName, required String recipientEmail, required String recipientId, required String recipientName, required String recipientRoleName, required RecipientType recipientType, bool removeRecipient = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
inPersonSignerName String
getter/setter pair
recipientEmail String
getter/setter pair
recipientId String
getter/setter pair
recipientName String
getter/setter pair
recipientRoleName String
getter/setter pair
recipientType RecipientType
getter/setter pair
removeRecipient bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited