from property

The item that makes the call.

Implementation

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

Implementation

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