AppUpdate constructor

AppUpdate({
  1. bool? isPopupDialog,
  2. bool? isUpdateRequire,
  3. String? packageId,
  4. String? websiteUrl,
  5. String? appIcon,
  6. int? updatedVersionCode,
  7. String? title,
  8. String? appListUrl,
  9. int? changeDialogdataClickCount,
  10. bool? isShuffle,
  11. String? defaultMessage,
})

Implementation

AppUpdate(
    {this.isPopupDialog,
      this.isUpdateRequire,
      this.packageId,
      this.websiteUrl,
      this.appIcon,
      this.updatedVersionCode,
      this.title,
      this.appListUrl,
      this.changeDialogdataClickCount,
      this.isShuffle,
      this.defaultMessage});