Page<TData, TParam> class

Constructors

Page({required TParam param, TData? data, Object? error, StackTrace? stackTrace, DateTime? fetchedAt})

Properties

data → TData?
final
error Object?
final
fetchedAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
param → TParam
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
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
withData(TData value) Page<TData, TParam>
withError(Object e, [StackTrace? s]) Page<TData, TParam>

Operators

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