Content constructor

const Content({
  1. bool embed = false,
  2. bool iframe = false,
  3. bool object = false,
  4. bool script = false,
  5. bool shortUrls = false,
  6. int textSize = 0,
  7. int totalSize = 0,
  8. bool missingAlt = false,
  9. bool missingListUnsubscribe = false,
})

Implementation

const Content({
  this.embed = false,
  this.iframe = false,
  this.object = false,
  this.script = false,
  this.shortUrls = false,
  this.textSize = 0,
  this.totalSize = 0,
  this.missingAlt = false,
  this.missingListUnsubscribe = false,
});