buildingLevels property
BuildingLevels?
get
buildingLevels
Информация об этажных планах здания.
Implementation
BuildingLevels? get buildingLevels {
_COptional_CBuildingLevels res = _CDirectoryObject_buildingLevels(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}