AppUpdateInfo constructor

AppUpdateInfo(
  1. int updateAvailability,
  2. bool immediateUpdateAllowed,
  3. bool flexibleUpdateAllowed,
  4. int? availableVersionCode,
  5. int installStatus,
  6. String packageName,
  7. int? clientVersionStalenessDays,
  8. int updatePriority,
)

Implementation

AppUpdateInfo(
  this.updateAvailability,
  this.immediateUpdateAllowed,
  this.flexibleUpdateAllowed,
  this.availableVersionCode,
  this.installStatus,
  this.packageName,
  this.clientVersionStalenessDays,
  this.updatePriority,
);