ChargingConnector

constructor(    currentType: CurrentType,     plugTypes: List<ConnectorType>,     efficiency: Ratio = Ratio.unitRange(1),     baseLoad: Power = Power.ZERO,     maxPower: Power = Power.ZERO,     maxVoltage: Voltage = Voltage.ZERO,     maxCurrent: ElectricCurrent = ElectricCurrent.ZERO,     voltageRange: VoltageRange? = null)