ComplaintTypeRoute constructor

ComplaintTypeRoute({
  1. Key? key,
  2. ComplaintsLocalization? appLocalizations,
  3. 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,
      );