RecordsLoadCancelEvent<Query> class

The event must be called from the overridden function RecordsLoader.onRecordsLoadCancel. The handler must perform the same actions as those for this function.

Inheritance
Annotations
  • @immutable

Constructors

RecordsLoadCancelEvent.new({required Query query, required LoadingKey loadingKey})
Creates a new RecordsLoadCancelEvent.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
loadingKey LoadingKey
Key identifying the load.
final
query → Query
Request whose execution was canceled.
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