PaginatedData<T> class
Wrapper generic class for returning domain
data from repository
with pagination support.
- Annotations
-
- @freezed
Constructors
- PaginatedData({required T entity, bool? isNextPageAvailable})
-
constfactory
Properties
-
copyWith
→ $PaginatedDataCopyWith<
T, PaginatedData< T> > -
no setterinherited
- entity → T
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNextPageAvailable → bool?
-
no setterinherited
- 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