body property

  1. @JsonKey(name: 'mail_body')
String? body
final

The message part of the email. May contain filtered HTML as described above

Implementation

@JsonKey(name: 'mail_body')
final String? body;