selectAllChildren property

void Function(Node) get selectAllChildren

Implementation

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

Implementation

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