NativeChargingCurveSupportPoint(chargeInkWh: Double!, timeToCharge: Seconds!)
Creates an instance of ChargingCurveSupportPoint.
chargeInkWh
- Double!: A battery charge level in kWh. A float in the range (0, maxChargeInkWh).
timeToCharge
- Seconds!: A time span in seconds. ChargingCurveSupportPoint(Double chargeInkWh, Seconds timeToCharge);