ConnectorType constructor

ConnectorType(
  1. String _description,
  2. String _logoPath
)

Implementation

ConnectorType(this._description, this._logoPath);