OptimizationSettings constructor
OptimizationSettings({})
Implementation
OptimizationSettings({
this.jpegQuality = 85,
this.webpQuality = 80,
this.stripMetadata = true,
this.convertPngToWebp = true,
});
OptimizationSettings({
this.jpegQuality = 85,
this.webpQuality = 80,
this.stripMetadata = true,
this.convertPngToWebp = true,
});