Network constructor

Network(
  1. String id,
  2. String name
)

Implementation

Network(this.id, this.name);