AjaxRequestAction class Null safety
Class used by AjaxRequest class.
Properties
- hashCode → int
-
The hash code for this object.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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)