MeldOptions constructor

MeldOptions({
  1. String? countryCode,
  2. String? country,
  3. String? sourceCurrencyCode,
  4. String? destinationCurrencyCode,
  5. String? walletAddress,
  6. String? amount,
  7. String? paymentMethod,
  8. String? language,
  9. String? locale,
})

Implementation

MeldOptions({
  this.countryCode,
  this.country,
  this.sourceCurrencyCode,
  this.destinationCurrencyCode,
  this.walletAddress,
  this.amount,
  this.paymentMethod,
  this.language,
  this.locale,
});