includeAttachments property

  1. @JsonKey.new(includeIfNull: false, name: 'include_attachments')
bool? includeAttachments
final

Whether to include attachment binaries in the archive

Implementation

@JsonKey(includeIfNull: false, name: 'include_attachments')
final bool? includeAttachments;