UpdateModel constructor
UpdateModel(
- String apkUrl,
- String apkName,
- String smallIcon,
- String apkDescription, {
- int? apkVersionCode,
- String? apkVersionName,
- String? apkSize,
- String? apkMD5,
- bool showNewerToast = false,
- bool showNotification = true,
- bool jumpInstallPage = true,
- bool showBgdToast = true,
- bool forcedUpgrade = false,
- bool showiOSDialog = true,
- String? iOSUrl,
Implementation
UpdateModel(
this.apkUrl,
this.apkName,
this.smallIcon,
this.apkDescription, {
this.apkVersionCode,
this.apkVersionName,
this.apkSize,
this.apkMD5,
this.showNewerToast = false,
this.showNotification = true,
this.jumpInstallPage = true,
this.showBgdToast = true,
this.forcedUpgrade = false,
this.showiOSDialog = true,
this.iOSUrl,
});