DeleteAttachmentAction constructor

DeleteAttachmentAction({
  1. required Attachment attachment,
})

Creates an Action to delete attachment

Implementation

DeleteAttachmentAction({required super.attachment});