ConnectorDetails

constructor(    connectorType: ConnectorType,     ratedPower: Power? = null,     current: ElectricCurrent? = null,     currentType: CurrentType? = null,     voltage: Voltage? = null)