hasAttributes property
bool Function()
get
hasAttributes
Implementation
_i2.bool Function() get hasAttributes => () => _i4.callMethod(
_i4.getProperty(
this,
'hasAttributes',
),
r'call',
[this],
);
set
hasAttributes
(bool value())
Implementation
set hasAttributes(_i2.bool Function() value) {
_i4.setProperty(
this,
'hasAttributes',
_i4.allowInterop(value),
);
}