AppUpgradeInfo constructor
AppUpgradeInfo({})
Implementation
AppUpgradeInfo({required this.appName, required this.version, required this.title, required this.contents, required this.appDownloadUrl, required this.force, required this.appDownloadName});