Input$QuestActionDefinitionDefinitionAppDownloadInput constructor

Input$QuestActionDefinitionDefinitionAppDownloadInput({
  1. String? playstore,
  2. String? appstore,
  3. String? appgallery,
})

Implementation

factory Input$QuestActionDefinitionDefinitionAppDownloadInput({
  String? playstore,
  String? appstore,
  String? appgallery,
}) =>
    Input$QuestActionDefinitionDefinitionAppDownloadInput._({
      if (playstore != null) r'playstore': playstore,
      if (appstore != null) r'appstore': appstore,
      if (appgallery != null) r'appgallery': appgallery,
    });