PlutoGridOnSortedEvent class

Argument of PlutoGrid.onSorted callback for receiving column sort change event.

Constructors

PlutoGridOnSortedEvent({required PlutoColumn column, required PlutoColumnSort oldSort})
const

Properties

column PlutoColumn
final
hashCode int
The hash code for this object.
no setterinherited
oldSort PlutoColumnSort
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.
inherited