SlackWebhookRequest constructor

const SlackWebhookRequest({
  1. String? text,
  2. String? username,
  3. String? iconUrl,
  4. List<SlackWebhookRequestAttachments>? attachments,
})

Implementation

const SlackWebhookRequest({
  this.text,
  this.username,
  this.iconUrl,
  this.attachments,
});