Attachment constructor

Attachment({
  1. String? authorIcon,
  2. String? authorLink,
  3. String? authorName,
  4. String? color,
  5. String? fallback,
  6. List<Field>? fields,
  7. String? footer,
  8. String? footerIcon,
  9. String? imageUrl,
  10. String? pretext,
  11. String? text,
  12. String? thumbUrl,
  13. String? title,
  14. String? titleLink,
  15. int? ts,
})

Implementation

Attachment({
  this.authorIcon,
  this.authorLink,
  this.authorName,
  this.color,
  this.fallback,
  this.fields,
  this.footer,
  this.footerIcon,
  this.imageUrl,
  this.pretext,
  this.text,
  this.thumbUrl,
  this.title,
  this.titleLink,
  this.ts,
});