AppUpgradeInfo constructor

AppUpgradeInfo({
  1. required String title,
  2. required String content,
  3. String apkDownloadUrl = '',
  4. bool force = false,
})

Implementation

AppUpgradeInfo({required this.title, required this.content, this.apkDownloadUrl = '', this.force = false});