CallHierarchyOutgoingCall class

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

CallHierarchyOutgoingCall(CallHierarchyItem item, List<Range> fromRanges)
factory

Properties

fromRanges List<Range>

Available on CallHierarchyOutgoingCall, provided by the CallHierarchyOutgoingCall$Typings extension

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}.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to CallHierarchyItem

Available on CallHierarchyOutgoingCall, provided by the CallHierarchyOutgoingCall$Typings extension

The item that is called.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited