BeneficiaryChecklistRoute constructor
BeneficiaryChecklistRoute({
- Key? key,
- String? beneficiaryClientRefId,
- RegistrationDeliveryLocalization? appLocalizations,
- List<
PageRouteInfo> ? children,
Implementation
BeneficiaryChecklistRoute({
_i26.Key? key,
String? beneficiaryClientRefId,
_i27.RegistrationDeliveryLocalization? appLocalizations,
List<_i25.PageRouteInfo>? children,
}) : super(
BeneficiaryChecklistRoute.name,
args: BeneficiaryChecklistRouteArgs(
key: key,
beneficiaryClientRefId: beneficiaryClientRefId,
appLocalizations: appLocalizations,
),
initialChildren: children,
);