ChargingConnector

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