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