UpgraderVersionInfo constructor

UpgraderVersionInfo({
  1. String? appStoreListingURL,
  2. Version? appStoreVersion,
  3. Version? installedVersion,
  4. bool? isCriticalUpdate,
  5. Version? minAppVersion,
  6. String? releaseNotes,
})

Implementation

UpgraderVersionInfo({
  this.appStoreListingURL,
  this.appStoreVersion,
  this.installedVersion,
  this.isCriticalUpdate,
  this.minAppVersion,
  this.releaseNotes,
});