HouseholdAcknowledgementRouteArgs constructor

const HouseholdAcknowledgementRouteArgs({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. bool? enableViewHousehold,
})

Implementation

const HouseholdAcknowledgementRouteArgs({
  this.key,
  this.appLocalizations,
  this.enableViewHousehold,
});