MimeType enum
Values
- jpeg → const MimeType
-
const MimeType(mime: "image/jpeg", extension: "jpg") - png → const MimeType
-
const MimeType(mime: "image/png", extension: "png") - gif → const MimeType
-
const MimeType(mime: "image/gif", extension: "gif") - bmp → const MimeType
-
const MimeType(mime: "image/bmp", extension: "bmp") - webp → const MimeType
-
const MimeType(mime: "image/webp", extension: "webp") - svg → const MimeType
-
const MimeType(mime: "image/svg+xml", extension: "svg") - mp3 → const MimeType
-
const MimeType(mime: "audio/mpeg", extension: "mp3") - wav → const MimeType
-
const MimeType(mime: "audio/wav", extension: "wav") - ogg → const MimeType
-
const MimeType(mime: "audio/ogg", extension: "ogg") - aac → const MimeType
-
const MimeType(mime: "audio/aac", extension: "aac") - midi → const MimeType
-
const MimeType(mime: "audio/midi", extension: "mid") - mp4 → const MimeType
-
const MimeType(mime: "video/mp4", extension: "mp4") - avi → const MimeType
-
const MimeType(mime: "video/x-msvideo", extension: "avi") - mov → const MimeType
-
const MimeType(mime: "video/quicktime", extension: "mov") - mkv → const MimeType
-
const MimeType(mime: "video/x-matroska", extension: "mkv") - webm → const MimeType
-
const MimeType(mime: "video/webm", extension: "webm") - pdf → const MimeType
-
const MimeType(mime: "application/pdf", extension: "pdf") - doc → const MimeType
-
const MimeType(mime: "application/msword", extension: "doc") - docx → const MimeType
-
const MimeType(mime: "application/vnd.openxmlformats-officedocument.wordprocessingml.document", extension: "docx") - xls → const MimeType
-
const MimeType(mime: "application/vnd.ms-excel", extension: "xls") - xlsx → const MimeType
-
const MimeType(mime: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", extension: "xlsx") - ppt → const MimeType
-
const MimeType(mime: "application/vnd.ms-powerpoint", extension: "ppt") - pptx → const MimeType
-
const MimeType(mime: "application/vnd.openxmlformats-officedocument.presentationml.presentation", extension: "pptx") - plain → const MimeType
-
const MimeType(mime: "text/plain", extension: "txt") - html → const MimeType
-
const MimeType(mime: "text/html", extension: "html") - csv → const MimeType
-
const MimeType(mime: "text/csv", extension: "csv") - json → const MimeType
-
const MimeType(mime: "application/json", extension: "json") - xml → const MimeType
-
const MimeType(mime: "application/xml", extension: "xml") - zip → const MimeType
-
const MimeType(mime: "application/zip", extension: "zip") - tar → const MimeType
-
const MimeType(mime: "application/x-tar", extension: "tar") - rar → const MimeType
-
const MimeType(mime: "application/vnd.rar", extension: "rar") - gz → const MimeType
-
const MimeType(mime: "application/gzip", extension: "gz") - apk → const MimeType
-
const MimeType(mime: "application/vnd.android.package-archive", extension: "apk") - octetStream → const MimeType
-
const MimeType(mime: "application/octet-stream", extension: "bin")
Properties
- extension → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- mime → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited