Network constructor

Network(
  1. String _id
)

Implementation

Network(this._id) {
  _networks[_id] = this;
}