containsNode property

bool Function(Node, [bool?]) get containsNode

Implementation

_i2.bool Function(
  _i3.Node, [
  _i2.bool?,
]) get containsNode => (
      _i3.Node p0, [
      _i2.bool? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'containsNode',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set containsNode (bool value(Node, [bool?]))

Implementation

set containsNode(
    _i2.bool Function(
      _i3.Node, [
      _i2.bool?,
    ]) value) {
  _i4.setProperty(
    this,
    'containsNode',
    _i4.allowInterop(value),
  );
}