CloudflareRequestInitImageMinify constructor

CloudflareRequestInitImageMinify({
  1. bool? javascript,
  2. bool? css,
  3. bool? html,
})

Implementation

CloudflareRequestInitImageMinify({
  this.javascript,
  this.css,
  this.html,
});