SearchReferralsState class

Annotations
  • @freezed

Constructors

SearchReferralsState({@Default(false) bool loading, String? searchQuery, String? tag, @Default([]) List<HFReferralModel> referrals})
const
factory

Properties

copyWith → $SearchReferralsStateCopyWith<SearchReferralsState>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
loading bool
no setterinherited
referrals List<HFReferralModel>
no setterinherited
resultsNotFound bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenLoading bool
no setter
searchQuery String?
no setterinherited
tag String?
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