PlutoLazyPaginationRequest class

Request data for lazy pagination processing.

Constructors

PlutoLazyPaginationRequest({required int page, PlutoColumn? sortColumn, List<PlutoRow> filterRows = const <PlutoRow>[]})

Properties

filterRows List<PlutoRow>
Filtering status when filtering conditions are set.
final
hashCode int
The hash code for this object.
no setterinherited
page int
Request page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortColumn PlutoColumn?
If the sort condition is set, the column for which the sort is set. The value of PlutoColumn.sort is the sort status of the column.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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