extend property

void Function(Node, [num?]) get extend

Implementation

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

Implementation

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