ComplaintTypeRoute constructor
ComplaintTypeRoute({
- Key? key,
- ComplaintsLocalization? appLocalizations,
- List<
PageRouteInfo> ? children,
Implementation
ComplaintTypeRoute({
_i13.Key? key,
_i14.ComplaintsLocalization? appLocalizations,
List<_i12.PageRouteInfo>? children,
}) : super(
ComplaintTypeRoute.name,
args: ComplaintTypeRouteArgs(
key: key,
appLocalizations: appLocalizations,
),
initialChildren: children,
);