ScanIntroRoute constructor

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

Implementation

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