setEndBefore property

void Function(Node) get setEndBefore

Implementation

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

Implementation

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