BuyCryptoConfig constructor
BuyCryptoConfig({
- String? walletAddress,
- String? cryptoCoin,
- String? fiatCoin,
- int? fiatAmt,
- OpenBuyNetwork? network,
Implementation
BuyCryptoConfig({this.walletAddress, this.cryptoCoin, this.fiatCoin, this.fiatAmt, this.network});