HouseholdLocationState constructor

const HouseholdLocationState({
  1. @Default(false) bool loading,
  2. @Default(true) bool isEditModeEnabled,
  3. AddressModel? addressModel,
  4. AddressSearchModel? addressRequestModel,
})

Implementation

const factory HouseholdLocationState({
  @Default(false) bool loading,
  @Default(true) bool isEditModeEnabled,
  AddressModel? addressModel,
  AddressSearchModel? addressRequestModel,
}) = _HouseholdLocationState;