ApkUpgradeInfo constructor

ApkUpgradeInfo({
  1. String? name,
  2. String? id,
  3. String? releaseDate,
  4. int? versionCode,
  5. String? package,
  6. String? icon,
  7. String? downUrl,
  8. int? size,
  9. int? diffSize,
  10. String? version,
  11. int? isSignatureDifferent,
  12. String? newFeatures,
  13. String? releaseDateDesc,
  14. String? detailId,
  15. int? isCompulsoryUpdate,
  16. int? devType,
  17. String? oldVersionName,
  18. int? oldVersionCode,
  19. String? notRcmReason,
  20. String? sha256,
})

Implementation

ApkUpgradeInfo({
  this.name,
  this.id,
  this.releaseDate,
  this.versionCode,
  this.package,
  this.icon,
  this.downUrl,
  this.size,
  this.diffSize,
  this.version,
  this.isSignatureDifferent,
  this.newFeatures,
  this.releaseDateDesc,
  this.detailId,
  this.isCompulsoryUpdate,
  this.devType,
  this.oldVersionName,
  this.oldVersionCode,
  this.notRcmReason,
  this.sha256,
});