selectNode property

void Function(Node) get selectNode

Implementation

void Function(_i3.Node) get selectNode => (_i3.Node p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'selectNode',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set selectNode (void value(Node))

Implementation

set selectNode(void Function(_i3.Node) value) {
  _i4.setProperty(
    this,
    'selectNode',
    _i4.allowInterop(value),
  );
}