hasChildNodes property

bool Function() hasChildNodes

Implementation

_i2.bool Function() get hasChildNodes => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'hasChildNodes',
      ),
      r'call',
      [this],
    );
void hasChildNodes=(bool value())

Implementation

set hasChildNodes(_i2.bool Function() value) {
  _i4.setProperty(
    this,
    'hasChildNodes',
    _i4.allowInterop(value),
  );
}