OutputFormat class

Used to describe the output format of a method.

Constructors

OutputFormat.jpeg(int quality)
jpeg format.
const
OutputFormat.png([int quality = 100])
png format.
const

Properties

format → ImageFormat
See ImageFormat.
final
hashCode int
The hash code for this object.
no setterinherited
quality int
Range from 1 to 100. If format is png, then ios will ignore it.
final
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
toJson() Map<String, Object>
Convert current instance to Map.
toString() String
A string representation of this object.
inherited

Operators

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