SlackWebhookRequestAttachmentsFields constructor

const SlackWebhookRequestAttachmentsFields({
  1. String? title,
  2. String? value,
  3. bool? short,
})

Implementation

const SlackWebhookRequestAttachmentsFields({
  this.title,
  this.value,
  this.short,
});