BeneficiaryChecklistRoute constructor

BeneficiaryChecklistRoute({
  1. Key? key,
  2. String? beneficiaryClientRefId,
  3. RegistrationDeliveryLocalization? appLocalizations,
  4. 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,
      );