SearchHouseholdsState class
- Annotations
-
- @freezed
Constructors
-
SearchHouseholdsState({@Default(0) int offset, @Default(10) int limit, @Default(false) bool loading, String? searchQuery, String? tag, @Default([]) List<
HouseholdMemberWrapper> householdMembers, @Default(0) int totalResults}) -
constfactory
Properties
-
copyWith
→ $SearchHouseholdsStateCopyWith<
SearchHouseholdsState> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
householdMembers
→ List<
HouseholdMemberWrapper> -
no setterinherited
- limit → int
-
no setterinherited
- loading → bool
-
no setterinherited
- offset → int
-
no setterinherited
- resultsNotFound → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchQuery → String?
-
no setterinherited
- tag → String?
-
no setterinherited
- totalResults → int
-
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