getNodeById property

Object? Function(String) get getNodeById

Implementation

_i2.Object? Function(_i2.String) get getNodeById =>
    (_i2.String p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getNodeById',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getNodeById (Object? value(String))

Implementation

set getNodeById(_i2.Object? Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'getNodeById',
    _i5.allowInterop(
        (p0) => () => value(p0) ?? _i7.undefined ?? _i7.undefined),
  );
}