attributes property

List<Attribute> get attributes

Дополнительные атрибуты объекта.

Implementation

List<Attribute> get attributes {
  _CArray_CAttribute res = _CDirectoryObject_attributes(_CDirectoryObjectMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}