ImageFormat enum

The output format to convert the image to.

See: Imgix docs

Inheritance

Constructors

ImageFormat()
const

Values

gif → const ImageFormat
jp2 → const ImageFormat
jpg → const ImageFormat
json → const ImageFormat
jxr → const ImageFormat
pjpg → const ImageFormat
mp4 → const ImageFormat
png → const ImageFormat
png8 → const ImageFormat
png32 → const ImageFormat
webm → const ImageFormat
webp → const ImageFormat

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

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<ImageFormat>
A constant List of the values in this enum, in order of their declaration.