BuyCryptoConfig constructor

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

Implementation

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