PreviewEmailClient constructor

const PreviewEmailClient({
  1. String id = '',
  2. String name = '',
  3. String platformGroup = '',
  4. String platformType = '',
  5. String platformVersion = '',
  6. bool canDisableImages = false,
  7. String status = '',
})

Implementation

const PreviewEmailClient({
  this.id = '',
  this.name = '',
  this.platformGroup = '',
  this.platformType = '',
  this.platformVersion = '',
  this.canDisableImages = false,
  this.status = '',
});