DeliverInterventionRoute constructor

DeliverInterventionRoute({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. bool isEditing = false,
  4. List<PageRouteInfo>? children,
})

Implementation

DeliverInterventionRoute({
  _i26.Key? key,
  _i27.RegistrationDeliveryLocalization? appLocalizations,
  bool isEditing = false,
  List<_i25.PageRouteInfo>? children,
}) : super(
        DeliverInterventionRoute.name,
        args: DeliverInterventionRouteArgs(
          key: key,
          appLocalizations: appLocalizations,
          isEditing: isEditing,
        ),
        initialChildren: children,
      );