AjaxRequestAction class
Class used by AjaxRequest class.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Constants
- ABORT → const AjaxRequestAction
-
Aborts the current AjaxRequest.
const AjaxRequestAction._internal(0)
- PROCEED → const AjaxRequestAction
-
Proceeds with the current AjaxRequest.
const AjaxRequestAction._internal(1)