getAttributeNames property

List<String> Function() getAttributeNames

Implementation

_i2.List<_i2.String> Function() get getAttributeNames =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getAttributeNames',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
void getAttributeNames=(List<String> value())

Implementation

set getAttributeNames(_i2.List<_i2.String> Function() value) {
  _i4.setProperty(
    this,
    'getAttributeNames',
    _i4.allowInterop(value),
  );
}