DeleteAttachmentAction class

Inheritance

Constructors

DeleteAttachmentAction({required dynamic attachment})
Creates an Action to delete attachment

Properties

attachment Attachment
Attachment this action is performed on
finalinherited
hashCode int
The hash code for this object.
no setteroverride
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