ScanIntroRouteArgs constructor

const ScanIntroRouteArgs({
  1. Key? key,
  2. required String promotionId,
})

Implementation

const ScanIntroRouteArgs({
  this.key,
  required this.promotionId,
});