ListPage<T> class

Annotations
  • @freezed

Constructors

ListPage({List<T>? data, int? count, required int number, required int size})
const
factory

Properties

copyWith → $ListPageCopyWith<T, ListPage<T>>
no setterinherited
count int?
no setterinherited
data List<T>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
number int
no setterinherited
offset int
no setter
pages int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
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.
inherited

Operators

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

Constants

kPageSize → const int