PaginatedResult<T> class

A class that holds paginated results.

Constructors

PaginatedResult({required List<T> items, required PaginationMeta meta})

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether the result contains any items
no setter
isNotEmpty bool
Whether the result contains items
no setter
items List<T>
The items in the current page
final
meta PaginationMeta
The pagination metadata
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.
inherited

Operators

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