InAppDialog constructor

InAppDialog({
  1. Key? key,
  2. required InAppModel inAppModel,
})

Implementation

InAppDialog({super.key, required this.inAppModel});