RecordsLoadStartEvent<Query> class
The event must be called from the overridden function
RecordsLoader.onRecordsLoadStart
. The handler must perform the same
actions as those for this function.
Constructors
- RecordsLoadStartEvent.new({required Query query, required LoadingKey loadingKey})
-
Creates a new RecordsLoadStartEvent.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- loadingKey → LoadingKey
-
Key identifying the load.
final
- query → Query
-
The query that is being executed.
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