IntentDetails constructor
IntentDetails({
- String? selectedMethod,
- IntentData? intent,
- double? walletBalance,
- TransactionData? transaction,
- IntentStateDetails? intentState,
- List<
ProductItem> ? productItems, - LastUsedMethod? lastUsedMethod,
- PaymentStatus? paymentStatus,
- SubscriptionInfo? subscriptionInfo,
Implementation
IntentDetails(
{this.selectedMethod,
this.intent,
this.walletBalance,
this.transaction,
this.intentState,
this.productItems,
this.lastUsedMethod,
this.paymentStatus,
this.subscriptionInfo
});