getParent property

FutureOr<T> Function(T) get getParent

Implementation

_i4.FutureOr<T> Function(T) get getParent => (T p0) => _i5.callMethod(
      _i5.getProperty(
        this,
        'getParent',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set getParent (FutureOr<T> value(T))

Implementation

set getParent(_i4.FutureOr<T> Function(T) value) {
  _i5.setProperty(
    this,
    'getParent',
    _i5.allowInterop((p0) => _i6.Promise.futureOr(() => value(p0))),
  );
}