Preview constructor

const Preview({
  1. String id = '',
  2. String emailClient = '',
  3. bool disableImages = false,
})

Implementation

const Preview({
  this.id = '',
  this.emailClient = '',
  this.disableImages = false,
});