ResetEvent<Query> class

Triggers the resettings of a list controller.

Usually ListCore.resetController function that should be called in the handler.

Inheritance
Annotations
  • @immutable

Constructors

ResetEvent.new({required Query query})
Creates a reset event.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
query → Query
New records constraints that the list controller must work with.
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