BeneficiaryRegistrationWrapperRoute constructor
BeneficiaryRegistrationWrapperRoute({
- Key? key,
- required BeneficiaryRegistrationState initialState,
- 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,
);