BuyCryptoConfig constructor

BuyCryptoConfig({
  1. String? walletAddress,
  2. String? cryptoCoin,
  3. String? fiatCoin,
  4. int? fiatAmt,
  5. OpenBuyNetwork? network,
})

Implementation

BuyCryptoConfig(
    {this.walletAddress,
    this.cryptoCoin,
    this.fiatCoin,
    this.fiatAmt,
    this.network});