MvimgMimeType enum

The mime type of motion photo

Inheritance
Available extensions

Values

jpeg → const MvimgMimeType

The mime type of jpeg image

heic → const MvimgMimeType

The mime type of heic image

avif → const MvimgMimeType

The mime type of avif image

mp4 → const MvimgMimeType

The mime type of mp4 video

quicktime → const MvimgMimeType

The mime type of quicktime video

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
mimeType String

Available on MvimgMimeType, provided by the MvimgMimeTypeExtension extension

Get the mime type by enum
no setter
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

Constants

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