getChildren property

FutureOr<List<T>> Function([T?]) get getChildren

Implementation

_i4.FutureOr<_i2.List<T>> Function([T?]) get getChildren =>
    ([T? p0]) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getChildren',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set getChildren (FutureOr<List<T>> value([T?]))

Implementation

set getChildren(_i4.FutureOr<_i2.List<T>> Function([T?]) value) {
  _i5.setProperty(
    this,
    'getChildren',
    _i5.allowInterop((p0) => _i6.Promise.futureOr(() => value(p0))),
  );
}