chargingStation property
ChargingStation?
get
chargingStation
Аттрибуты для электрозаправки.
Implementation
ChargingStation? get chargingStation {
_COptional_CChargingStation res = _CDirectoryObject_chargingStation(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}