AutomaticImageImprovements constructor

AutomaticImageImprovements({
  1. ImageImprovementsAccountLevelSettings? accountImageImprovementsSettings,
  2. bool? effectiveAllowAutomaticImageImprovements,
})

Implementation

AutomaticImageImprovements({
  this.accountImageImprovementsSettings,
  this.effectiveAllowAutomaticImageImprovements,
});