subject property

  1. @JsonKey(name: 'mail_subject')
String subject
final

UTF-8 encoded string of the email’s subject

Implementation

@JsonKey(name: 'mail_subject')
final String subject;