branchesInfo property

BranchesInfo? get branchesInfo

Информация о связанных организациях.

Implementation

BranchesInfo? get branchesInfo {
  _COptional_CBranchesInfo res = _CDirectoryObject_branchesInfo(_CDirectoryObjectMakeDefault().._impl=_self);
  return res._toDart();
}