copy

fun copy(connectorType: ConnectorType = this.connectorType, ratedPower: Power? = this.ratedPower, current: ElectricCurrent? = this.current, currentType: CurrentType? = this.currentType, voltage: Voltage? = this.voltage): ConnectorDetails

Deprecated

This will be removed 6 months after the next release.

Replace with

ConnectorDetails(connectorType, ratedPower, current, currentType, voltage)