attachments property

  1. @JsonKey.new(includeIfNull: false)
List<SlackWebhookRequestAttachments>? attachments
final

Array of attachment objects

Implementation

@JsonKey(includeIfNull: false)
final List<SlackWebhookRequestAttachments>? attachments;