AppUpgradeInfo constructor

AppUpgradeInfo({
  1. required String appName,
  2. required String version,
  3. required String title,
  4. required List<String> contents,
  5. required String appDownloadUrl,
  6. required bool force,
  7. required String appDownloadName,
})

Implementation

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