DeliverInterventionRouteArgs constructor

const DeliverInterventionRouteArgs({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. bool isEditing = false,
})

Implementation

const DeliverInterventionRouteArgs({
  this.key,
  this.appLocalizations,
  this.isEditing = false,
});