PartnerRouteArgs constructor

const PartnerRouteArgs({
  1. Key? key,
  2. required String categoryType,
  3. required String promotionType,
})

Implementation

const PartnerRouteArgs({
  this.key,
  required this.categoryType,
  required this.promotionType,
});