AppUpgradeInfo constructor
AppUpgradeInfo({})
Implementation
AppUpgradeInfo({
required this.title,
required this.contents,
this.headers,
this.apkDownloadUrl,
this.force = false,
});
AppUpgradeInfo({
required this.title,
required this.contents,
this.headers,
this.apkDownloadUrl,
this.force = false,
});