DeliverInterventionRoute constructor
DeliverInterventionRoute({
- Key? key,
- RegistrationDeliveryLocalization? appLocalizations,
- bool isEditing = false,
- 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,
);