Cosmos constructor

Cosmos({
  1. dynamic setting,
})

Implementation

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