MIMEType enum

Inheritance

Constructors

MIMEType(String value)
const

Values

imageSlashJpeg → const MIMEType
const MIMEType(r'image/jpeg')
imageSlashJpg → const MIMEType
const MIMEType(r'image/jpg')
imageSlashPng → const MIMEType
const MIMEType(r'image/png')
imageSlashWebp → const MIMEType
const MIMEType(r'image/webp')
imageSlashGif → const MIMEType
const MIMEType(r'image/gif')
imageSlashBmp → const MIMEType
const MIMEType(r'image/bmp')
imageSlashSvgxml → const MIMEType
const MIMEType(r'image/svg+xml')
imageSlashTiff → const MIMEType
const MIMEType(r'image/tiff')
applicationSlashXAvatar → const MIMEType
const MIMEType(r'application/x-avatar')
applicationSlashXWorld → const MIMEType
const MIMEType(r'application/x-world')
applicationSlashGzip → const MIMEType
const MIMEType(r'application/gzip')
applicationSlashXRsyncSignature → const MIMEType
const MIMEType(r'application/x-rsync-signature')
applicationSlashXRsyncDelta → const MIMEType
const MIMEType(r'application/x-rsync-delta')
applicationSlashOctetStream → const MIMEType
const MIMEType(r'application/octet-stream')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MIMEType>
A constant List of the values in this enum, in order of their declaration.