mimeType property

  1. @JsonKey(name: 'mime_type')
String get mimeType
inherited

MIME type of the content of the file, either "application/pdf" or "application/zip"

Implementation

@JsonKey(name: 'mime_type')
String get mimeType;