AppInfo constructor
AppInfo({})
DEPRECATED
Implementation
//bool coinPromo;
// int coinAmount;
// bool fbLoginEnabled;
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,
});