Fresh<T> class

Wrapper generic class for returning domain data from repository.

Annotations
  • @freezed

Constructors

Fresh({required T entity, required bool isFresh, bool? isNextPageAvailable})
entity - generic data from repository.
const
factory
Fresh.no(T entity, {bool? isNextPageAvailable})
Name constructor with isFresh is false.
factory
Fresh.yes(T entity, {bool? isNextPageAvailable})
Name constructor with isFresh is true.
factory

Properties

copyWith → $FreshCopyWith<T, Fresh<T>>
no setterinherited
entity → T
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isFresh bool
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