contactInfos property
List<ContactInfo>
get
contactInfos
Контакты объекта.
Implementation
List<ContactInfo> get contactInfos {
_CArray_CContactInfo res = _CDirectoryObject_contactInfos(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}