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