InlineValueEvaluatableExpression class

Provide an inline value through an expression evaluation. If only a range is specified, the expression will be extracted from the underlying document. An optional expression can be used to override the extracted expression.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

InlineValueEvaluatableExpression(Range range, [String? expression])
factory

Properties

expression String?

Available on InlineValueEvaluatableExpression, provided by the InlineValueEvaluatableExpression$Typings extension

If specified the expression overrides the extracted expression.
no setter
hashCode int
The hash code for this object.
no setterinherited
range Range

Available on InlineValueEvaluatableExpression, provided by the InlineValueEvaluatableExpression$Typings extension

The document range for which the inline value applies. The range is used to extract the evaluatable expression from the underlying document.
no setter
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.
inherited

Operators

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