voltageRangeInVolts property - EVChargingStation class - search library - Dart API
voltageRangeInVolts
voltageRangeInVolts property
getter/setter pair
Voltage range of the charge provided by the charging station, in volts.
Values are alpha numeric represented by the Volt value followed by 'V' and
by the current type 'AC' or 'DC', for example: '100-120V AC'.
This field can be null if data is unavailable.
Implementation
String? voltageRangeInVolts;