fromRanges property
The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.
Implementation
_i2.List<_i3.Range> get fromRanges => (_i5.getProperty(
this,
'fromRanges',
) as _i2.List)
.cast();