IPaginationRefreshedChangeListener class abstract

Base interface for pagination refresh listeners.

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
refreshed bool
Whether the pagination has been refreshed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(VoidCallback listener) → void
Adds a listener to be called when the notifier changes.
inherited
dispose() → void
Removes all listeners.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Notifies listeners that a change has occurred.
inherited
removeListener(VoidCallback listener) → void
Removes a previously registered listener.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited