IntentDetails constructor

IntentDetails({
  1. String? selectedMethod,
  2. IntentData? intent,
  3. double? walletBalance,
  4. TransactionData? transaction,
  5. IntentStateDetails? intentState,
  6. List<ProductItem>? productItems,
  7. LastUsedMethod? lastUsedMethod,
  8. PaymentStatus? paymentStatus,
  9. SubscriptionInfo? subscriptionInfo,
})

Implementation

IntentDetails(
    {this.selectedMethod,
    this.intent,
    this.walletBalance,
    this.transaction,
    this.intentState,
    this.productItems,
    this.lastUsedMethod,
    this.paymentStatus,
    this.subscriptionInfo
    });