fromRanges property

List<Range> get fromRanges

The range at which at which the calls appears. This is relative to the caller denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.

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,
  );
}