attributeNames property

List<String> get attributeNames

Получение списка свойств.

Implementation

List<String> get attributeNames {
  _CArray_CString res = _CAttributes_attributeNames(_CAttributesMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}