ReferralReasonChecklistPreviewRoute constructor
ReferralReasonChecklistPreviewRoute({
- Key? key,
- ReferralReconLocalization? appLocalizations,
- List<
PageRouteInfo> ? children,
Implementation
ReferralReasonChecklistPreviewRoute({
_i10.Key? key,
_i12.ReferralReconLocalization? appLocalizations,
List<_i9.PageRouteInfo>? children,
}) : super(
ReferralReasonChecklistPreviewRoute.name,
args: ReferralReasonChecklistPreviewRouteArgs(
key: key,
appLocalizations: appLocalizations,
),
initialChildren: children,
);