IntentDetails constructor

IntentDetails({
  1. String? selectedMethod,
  2. IntentData? intent,
  3. double? walletBalance,
  4. TransactionData? transaction,
  5. IntentStateDetails? intentState,
  6. List<ProductItem>? productItems,
})

Implementation

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