description property
String
get
description
Описание объекта.
Implementation
String get description {
_CString res = _CDirectoryObject_description(_CDirectoryObjectMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}