IntentDetails constructor
IntentDetails({
- String? selectedMethod,
- IntentData? intent,
- double? walletBalance,
- TransactionData? transaction,
- RedirectData? redirect,
- IntentState? state,
Implementation
IntentDetails({
this.selectedMethod,
this.intent,
this.walletBalance,
this.transaction,
this.redirect,
this.state,
});