AttachmentCompleteProgressEvent class
Event indicating that all Attachments have been processed
- Inheritance
-
- Object
- SubmitFormProgressEvent
- AttachmentCompleteProgressEvent
Constructors
- AttachmentCompleteProgressEvent(Response? response)
-
Creates a new AttachmentCompleteProgressEvent with the given
response
indiciating the result of the Attachment Processconst
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- response → Response?
-
The Response from the Attachment Process
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override