IcpCoin constructor

IcpCoin({
  1. dynamic setting,
})

Implementation

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