Quality class Null safety

Quality Builder

Implemented types

Constructors

Quality(dynamic level, {bool anyFormat = false})
Controls the JPEG, WebP, GIF, JPEG XR and JPEG 2000 compression quality. [...]

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
level ↔ dynamic
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

anyFormat([bool anyFormat = true]) Quality
Adds an optional qualifier to accept any format [...]
chromaSubSampling(ChromaSubSampling chromaSubSampling) Quality
Adds an optional qualifier to control chroma subsampling. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
quantization(dynamic quantization) Quality
Controls the final quality by setting a maximum quantization percentage. [...]
toString() String
A string representation of this object. [...]
override

Operators

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

Static Methods

auto() String
autoBest() String
autoEco() String
autoGood() String
autoLow() String
jpegmini() String
jpegminiBest() String
jpegminiHigh() String
jpegminiMedium() String