Domain constructor

Domain(
  1. AnalysisServer server,
  2. String name
)

Implementation

Domain(this.server, this.name) {
  server._domains[name] = this;
}