GifSize enum

GIFs with aspect ratios that fit with in the selected range.

values: (all | wide | standard)

all - no constraints

wide - 0.42 <= aspect ratio <= 2.36

standard - .56 <= aspect ratio <= 1.78

Inheritance

Constructors

GifSize()
const

Values

all → const GifSize

all - no constraints

wide → const GifSize

wide - 0.42 <= aspect ratio <= 2.36

standard → const GifSize

standard - .56 <= aspect ratio <= 1.78

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