StepOutArguments class
Arguments for stepOut
request.
- Inheritance
-
- Object
- RequestArguments
- StepOutArguments
Constructors
- StepOutArguments({SteppingGranularity? granularity, bool? singleThread, required int threadId})
-
StepOutArguments.fromMap(Map<
String, Object?> obj)
Properties
- granularity → SteppingGranularity?
-
Stepping granularity. If no granularity is specified, a granularity of
statement
is assumed.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleThread → bool?
-
If this flag is true, all other suspended threads are not resumed.
final
- threadId → int
-
Specifies the thread for which to resume execution for one step-out (of
the given granularity).
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