ScanRoute constructor

ScanRoute({
  1. Key? key,
  2. required String promotionId,
  3. List<PageRouteInfo>? children,
})

Implementation

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