snapshotItem property

Node? Function(num) snapshotItem

Implementation

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

Implementation

set snapshotItem(_i3.Node? Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'snapshotItem',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}