UpdateModel constructor

UpdateModel(
  1. String apkUrl,
  2. String apkName,
  3. String smallIcon,
  4. String iOSUrl, {
  5. String? apkMD5,
  6. bool showNotification = true,
  7. bool jumpInstallPage = true,
  8. bool showBgdToast = true,
})

Implementation

UpdateModel(
  this.apkUrl,
  this.apkName,
  this.smallIcon,
  this.iOSUrl, {
  this.apkMD5,
  this.showNotification = true,
  this.jumpInstallPage = true,
  this.showBgdToast = true,
});