SlackWebhookRequestAttachments constructor

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

Implementation

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