RefusedDeliveryRouteArgs constructor

const RefusedDeliveryRouteArgs({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
})

Implementation

const RefusedDeliveryRouteArgs({
  this.key,
  this.appLocalizations,
});