SolCoin constructor

SolCoin({
  1. dynamic setting,
})

Implementation

SolCoin({setting}) {
  this.setting = setting ?? _default;
}