RepeatQueryEvent class
Triggers the reloading of records in case the previous attempt failed.
Mirrors the RecordsLoader.repeatQuery
function that should be called
in the handler.
Constructors
- RepeatQueryEvent.new({LoadingKey loadingKey = RecordsLoader.defaultLoadingKey})
-
Creates a new RepeatQueryEvent with an optional
loadingKey
.const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- loadingKey → LoadingKey
-
Key identifying the load to repeat.
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