DogeCoin constructor

DogeCoin({
  1. dynamic setting,
})

Implementation

DogeCoin({setting}) {
  this.setting = setting ?? _defaultWalletSetting;
}