PartnerRoute constructor
PartnerRoute({})
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,
);