SubmitCompleteProgressEvent class

Event indicating that a Form has been completed

Inheritance

Constructors

SubmitCompleteProgressEvent(Response? response)
Creates a new SubmitCompleteProgressEvent with the given response indicating the result of the Form Submission
const

Properties

hashCode int
The hash code for this object.
no setteroverride
response → Response?
The Response from the Form Submission
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