IPaginationOrderChangeListener<T> class abstract

Base interface for pagination order listeners.

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
orderCompare CompareBy<T>?
The current order comparison function.
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