SetExpressionArguments class

Arguments for setExpression request.

Inheritance

Constructors

SetExpressionArguments({required String expression, ValueFormat? format, int? frameId, required String value})
SetExpressionArguments.fromMap(Map<String, Object?> obj)

Properties

expression → String
The l-value expression to assign to.
final
format → ValueFormat?
Specifies how the resulting value should be formatted.
final
frameId → int?
Evaluate the expressions in the scope of this stack frame. If not specified, the expressions are evaluated in the global scope.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String
The value expression to assign to the l-value expression.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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

Static Methods

canParse(Object? obj) → bool
override
fromJson(Map<String, Object?> obj) → SetExpressionArguments