ListPage<T> class

Constructors

ListPage({List<T>? data = const [], int number = 0, int size = kPageSize, int? count = 0})

Properties

count int?
final
data List<T>?
final
hashCode int
The hash code for this object.
no setterinherited
number int
final
offset int
no setter
pages int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
withData({List<T>? data, int? count}) ListPage<T>

Operators

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

Constants

kPageSize → const int