fromRanges property

List<Range> get fromRanges

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();
set fromRanges (List<Range> value)

Implementation

set fromRanges(_i2.List<_i3.Range> value) {
  _i5.setProperty(
    this,
    'fromRanges',
    value,
  );
}