PlutoInfinityScrollRowsRequest class

Request data to get data when scrolling has reached the end.

Constructors

PlutoInfinityScrollRowsRequest({PlutoRow? lastRow, 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
lastRow PlutoRow?
If lastRow is null , it points to the beginning of the data. If not null, the next data is loaded with reference to this value.
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