ScanIntroRoute constructor
Implementation
ScanIntroRoute({
_i35.Key? key,
required String promotionId,
List<_i34.PageRouteInfo>? children,
}) : super(
ScanIntroRoute.name,
args: ScanIntroRouteArgs(
key: key,
promotionId: promotionId,
),
initialChildren: children,
);