ChargingConnectorAttributes constructor
- double powerInKilowatts,
- double? currentInAmperes,
- double? voltageInVolts,
- ChargingSupplyType? supplyType,
- ChargingConnectorType? connectorType,
Creates a new instance.
powerInKilowattsPower supplied by the suggested connector in kW.currentInAmperesCurrent of the suggested connector in Amperes.voltageInVoltsVoltage of the suggested connector in Volts.supplyTypeSupply type of the suggested connector.connectorTypeSuggested connector for charging at this station.
Implementation
ChargingConnectorAttributes(this.powerInKilowatts, this.currentInAmperes, this.voltageInVolts, this.supplyType, this.connectorType);