SlackModel constructor

SlackModel({
  1. bool enabled = false,
  2. bool shareQR = true,
  3. bool shareLink = true,
  4. String? botUserOauthToken,
  5. String? defaultChannelId,
  6. String? customMessage,
  7. List<String>? mentionUsers,
})

Implementation

SlackModel({
  this.enabled = false,
  this.shareQR = true,
  this.shareLink = true,
  this.botUserOauthToken,
  this.defaultChannelId,
  this.customMessage,
  this.mentionUsers,
});