SlackWebhookRequest constructor
const
SlackWebhookRequest({
- String? text,
- String? username,
- String? iconUrl,
- List<
SlackWebhookRequestAttachments> ? attachments,
Implementation
const SlackWebhookRequest({
this.text,
this.username,
this.iconUrl,
this.attachments,
});