AppInfo constructor
AppInfo({
- String version = "",
- int build = 0,
- bool googleLoginEnabled = true,
- bool mediaPlayerEnabled = true,
- int orderNumber = 1,
- String suggestedUrl = "",
- bool hideNupale = false,
- bool hideCasete = false,
- bool hideWallet = false,
- bool maintenanceMode = false,
- bool releaseRevisionEnabled = false,
- bool demoReleaseEnabled = false,
- 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,
});