Namespace constructor

Namespace(
  1. ServerIO server,
  2. String name
)

Namespace constructor.

Implementation

Namespace(this.server, this.name) {
  initAdapter();
}