upgrade property

void Function(Node) get upgrade

Implementation

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

Implementation

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