AppInfo constructor

AppInfo({
  1. String version = "",
  2. int build = 0,
  3. bool googleLoginEnabled = true,
  4. bool mediaPlayerEnabled = true,
  5. int orderNumber = 1,
  6. String suggestedUrl = "",
  7. bool hideNupale = false,
  8. bool hideCasete = false,
  9. bool hideWallet = false,
  10. bool maintenanceMode = false,
  11. bool releaseRevisionEnabled = false,
  12. bool demoReleaseEnabled = false,
  13. bool showAds = false,
})

Implementation

AppInfo({
  this.version = "",
  this.build = 0,
  this.googleLoginEnabled = true,
  this.mediaPlayerEnabled = true,
  this.orderNumber = 1,
  this.suggestedUrl = "",
  this.hideNupale = false,
  this.hideCasete = false,
  this.hideWallet = false,
  this.maintenanceMode = false,
  this.releaseRevisionEnabled = false,
  this.demoReleaseEnabled = false,
  this.showAds = false,
});