GiphyInfoType enum

The different types of quality for a Giphy attachment.

Inheritance

Constructors

GiphyInfoType(String value)
The different types of quality for a Giphy attachment.
const

Values

original → const GiphyInfoType

Original quality giphy, the largest size to load.

const GiphyInfoType('original')
fixedHeight → const GiphyInfoType

Lower quality with a fixed height, adjusts width according to the Giphy aspect ratio. Lower size than original.

const GiphyInfoType('fixed_height')
fixedHeightStill → const GiphyInfoType

Still image of the fixedHeight giphy.

const GiphyInfoType('fixed_height_still')
fixedHeightDownsampled → const GiphyInfoType

Lower quality with a fixed height with width adjusted according to the aspect ratio and played at a lower frame rate. Significantly lower size, but visually less appealing.

const GiphyInfoType('fixed_height_downsampled')

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
The value of the GiphyInfoType.
final

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