thumbnailMimeType property

  1. @JsonKey(name: 'thumbnail_mime_type')
String? get thumbnailMimeType
inherited

Optional. MIME type of the thumbnail, must be one of "image/jpeg", "image/gif", or "video/mp4". Defaults to "image/jpeg"

Implementation

@JsonKey(name: 'thumbnail_mime_type')
String? get thumbnailMimeType;