BeneficiaryRegistrationWrapperRoute constructor

BeneficiaryRegistrationWrapperRoute({
  1. Key? key,
  2. required BeneficiaryRegistrationState initialState,
  3. List<PageRouteInfo>? children,
})

Implementation

BeneficiaryRegistrationWrapperRoute({
  _i26.Key? key,
  required _i28.BeneficiaryRegistrationState initialState,
  List<_i25.PageRouteInfo>? children,
}) : super(
        BeneficiaryRegistrationWrapperRoute.name,
        args: BeneficiaryRegistrationWrapperRouteArgs(
          key: key,
          initialState: initialState,
        ),
        initialChildren: children,
      );