LoadRecordsEvent<Query> class
Initiates the loading of records.
Mirrors the RecordsLoader.loadRecords
function that should be called
in the handler.
Constructors
- LoadRecordsEvent.new({required Query query, required LoadingKey loadingKey})
-
Creates a new LoadRecordsEvent.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- loadingKey → LoadingKey
-
Key identifying the load.
final
- query → Query
-
Query to perform.
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