comment property

String? get comment
inherited

Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers

Implementation

String get recipientDid; String get content; String? get subject; String get senderDid;/// Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers
String? get comment;