PartnerRoute constructor

PartnerRoute({
  1. Key? key,
  2. required String categoryType,
  3. required String promotionType,
  4. List<PageRouteInfo>? children,
})

Implementation

PartnerRoute({
  _i35.Key? key,
  required String categoryType,
  required String promotionType,
  List<_i34.PageRouteInfo>? children,
}) : super(
        PartnerRoute.name,
        args: PartnerRouteArgs(
          key: key,
          categoryType: categoryType,
          promotionType: promotionType,
        ),
        initialChildren: children,
      );