RenameAttachmentAction class

Inheritance

Constructors

RenameAttachmentAction({required String newName, required dynamic attachment})
Creates an action to change the name of an attachment to newName

Properties

attachment Attachment
Attachment this action is performed on
finalinherited
hashCode int
The hash code for this object.
no setteroverride
newName String
New name of an attachment
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AttachmentActionType
AttachmentActionType of this action
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes an AttachmentAction to json
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override