to property

The item that is called.

Implementation

_i3.CallHierarchyItem get to => _i5.getProperty(
      this,
      'to',
    );
set to (CallHierarchyItem value)

Implementation

set to(_i3.CallHierarchyItem value) {
  _i5.setProperty(
    this,
    'to',
    value,
  );
}