contextAttributes property

List<Attribute> get contextAttributes

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

Implementation

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