attachments property

  1. @JsonKey(includeIfNull: false)
List<Attachment> attachments
final

The list of attachments, either provided by the user or generated from a command or as a result of URL scraping.

Implementation

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