AppContent constructor
AppContent({
- String paymentSuccessful = '',
- String type = '',
- String id = '',
- String date = '',
- String method = '',
- String amount = '',
- String status = '',
- String total = '',
- String transactionIdCopied = '',
- String transactionDetailsCopied = '',
- String continueText = '',
- String createAccount = '',
- String or = '',
- String cardNumber = '',
- String otp = '',
- String error = '',
- String amountLabel = '',
- String currencySymbol = '',
- String continuePayment = '',
- String appName = '',
- String followSteps = '',
- String cardNumberHint = '',
- String enterOtp = '',
- String getOtpInstruction = '',
- String validate = '',
- String downloadApp = '',
- String cardIdError = '',
- String emptyOtpError = '',
- 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 = '',
});