BeneficiaryChecklistPage constructor

const BeneficiaryChecklistPage({
  1. Key? key,
  2. String? beneficiaryClientRefId,
  3. RegistrationDeliveryLocalization? appLocalizations,
})

Implementation

const BeneficiaryChecklistPage({
  super.key,
  this.beneficiaryClientRefId,
  super.appLocalizations,
});