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,
})

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,
});