MyPayConfirmation constructor

MyPayConfirmation({
  1. BackgroundModel? background,
  2. ShopModel? shop,
  3. InstallApp? installApp,
  4. HomeMenuModel? homeMenu,
  5. DrawerModel? drawer,
  6. DrawerModel? endDrawer,
})

Implementation

MyPayConfirmation({
  this.background,
  this.shop,
  super.installApp,
  super.homeMenu,
  super.drawer,
  super.endDrawer,
}) : super(
          privilegeLevelRequired:
              PrivilegeLevelRequiredSimple.noPrivilegeRequiredSimple,
          packageCondition: ShopPackage.conditionCartsHasItems,
          pageId: identifier,
          presentationImageAlignment: PresentationImageAlignment.right);