getTreeItem property

Object Function(T) get getTreeItem

Implementation

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

Implementation

set getTreeItem(_i2.Object Function(T) value) {
  _i5.setProperty(
    this,
    'getTreeItem',
    _i5.allowInterop(value),
  );
}