Connector constructor

Connector(
  1. String name,
  2. String info
)

constructor

Implementation

Connector(this.name, this.info);