RenameAttachmentAction constructor

RenameAttachmentAction({
  1. required String newName,
  2. required Attachment attachment,
})

Creates an action to change the name of an attachment to newName

Implementation

RenameAttachmentAction({required this.newName, required super.attachment});