id property

DgisObjectId get id

Идентификатор здания с этажными планами.

Implementation

DgisObjectId get id {
  _CDgisObjectId res = _CIndoorBuilding_id(_CIndoorBuildingMakeDefault().._impl=_self);
  return res._toDart();
}