SplashAcknowledgementRouteArgs constructor

const SplashAcknowledgementRouteArgs({
  1. Key? key,
  2. RegistrationDeliveryLocalization? appLocalizations,
  3. bool? enableBackToSearch,
})

Implementation

const SplashAcknowledgementRouteArgs({
  this.key,
  this.appLocalizations,
  this.enableBackToSearch,
});