InitConfig constructor

const InitConfig({
  1. num? walletBalance,
  2. EventConfig? eventConfig,
  3. bool walletBalanceVisible = true,
  4. String primaryFiatCurrency = 'N',
})

Implementation

const InitConfig({
  this.walletBalance,
  this.eventConfig,
  this.walletBalanceVisible = true,
  this.primaryFiatCurrency = 'N',
});