AttachmentAction constructor

AttachmentAction({
  1. required Attachment attachment,
})

Creates a new Action of a specific type for an attachment

Implementation

AttachmentAction({required this.attachment});