SlackWebhook constructor
SlackWebhook({})
Returns a new SlackWebhook instance.
Implementation
SlackWebhook({
required this.type,
this.event = const {},
required this.command,
required this.responseUrl,
});
Returns a new SlackWebhook instance.
SlackWebhook({
required this.type,
this.event = const {},
required this.command,
required this.responseUrl,
});