ClosedHouseholdState class

Annotations
  • @freezed

Constructors

ClosedHouseholdState({@Default(false) bool loading, @Default(false) bool isEditing, @Default(0) double latitude, @Default(0) double longitude, @Default(0) double locationAccuracy, String? householdHeadName})
const
factory

Properties

copyWith → $ClosedHouseholdStateCopyWith<ClosedHouseholdState>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
householdHeadName String?
no setterinherited
isEditing bool
no setterinherited
latitude double
no setterinherited
loading bool
no setterinherited
locationAccuracy double
no setterinherited
longitude double
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