mimeType property

  1. @JsonKey(name: 'content_type')
String? mimeType
final

MIME type for the mail_body, can be text/plain or text/html

Implementation

@JsonKey(name: 'content_type')
final String? mimeType;