DartCallInfo class

Represents the information for a call site located in Dart source code.

Inheritance

Constructors

DartCallInfo({bool inlined = false, bool internal = false, required String function, required String filename, required int line, required int column})

Properties

column int
final
filename String
final
function String
final
hashCode int
The hash code for this object.
no setteroverride
inlined bool
final
internal bool
final
isInternal bool
Whether this call site is considered internal (i.e. not located in either user or library Dart source code).
no setteroverride
line int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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