SuperchargeConfigOptionsSelection constructor

SuperchargeConfigOptionsSelection({
  1. String? address,
  2. String? amount,
  3. String? assetId,
  4. String? fiat = 'USD',
  5. String? networkCode,
  6. String? paymentMethod,
  7. List<int>? shortcutAmounts,
})

Implementation

SuperchargeConfigOptionsSelection({
  this.address,
  this.amount,
  this.assetId,
  this.fiat = 'USD',
  this.networkCode,
  this.paymentMethod,
  this.shortcutAmounts,
});