buildingInfo property
BuildingInfo?
get
buildingInfo
Информация о здании.
Implementation
BuildingInfo? get buildingInfo {
_COptional_CBuildingInfo res = _CDirectoryObject_buildingInfo(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}