InlineValueContext class

A value-object that contains contextual information when requesting inline values from a InlineValuesProvider.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

InlineValueContext.new({num? frameId, Range? stoppedLocation})
factory

Properties

frameId num

Available on InlineValueContext, provided by the InlineValueContext$Typings extension

The stack frame (as a DAP Id) where the execution has stopped.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppedLocation Range

Available on InlineValueContext, provided by the InlineValueContext$Typings extension

The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.
no setter

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