AppContent constructor

AppContent({
  1. String paymentSuccessful = '',
  2. String type = '',
  3. String id = '',
  4. String date = '',
  5. String method = '',
  6. String amount = '',
  7. String status = '',
  8. String total = '',
  9. String transactionIdCopied = '',
  10. String transactionDetailsCopied = '',
  11. String continueText = '',
  12. String createAccount = '',
  13. String or = '',
  14. String cardNumber = '',
  15. String otp = '',
  16. String error = '',
  17. String amountLabel = '',
  18. String currencySymbol = '',
  19. String continuePayment = '',
  20. String appName = '',
  21. String followSteps = '',
  22. String cardNumberHint = '',
  23. String enterOtp = '',
  24. String getOtpInstruction = '',
  25. String validate = '',
  26. String downloadApp = '',
  27. String cardIdError = '',
  28. String emptyOtpError = '',
  29. String otpLengthError = '',
})

Implementation

AppContent({
  this.paymentSuccessful = '',
  this.type = '',
  this.id = '',
  this.date = '',
  this.method = '',
  this.amount = '',
  this.status = '',
  this.total = '',
  this.transactionIdCopied = '',
  this.transactionDetailsCopied = '',
  this.continueText = '',
  this.createAccount = '',
  this.or = '',
  this.cardNumber = '',
  this.otp = '',
  this.error = '',
  this.amountLabel = '',
  this.currencySymbol = '',
  this.continuePayment = '',
  this.appName = '',
  this.followSteps = '',
  this.cardNumberHint = '',
  this.enterOtp = '',
  this.getOtpInstruction = '',
  this.validate = '',
  this.downloadApp = '',
  this.cardIdError = '',
  this.emptyOtpError = '',
  this.otpLengthError = '',
});