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