contentType property

  1. @JsonKey(name: 'ContentType')
String? contentType
inherited

Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.

Implementation

@JsonKey(name: 'ContentType')
String? get contentType => throw _privateConstructorUsedError;