StepBackArguments class
Arguments for stepBack
request.
- Inheritance
-
- Object
- RequestArguments
- StepBackArguments
Constructors
- StepBackArguments({SteppingGranularity? granularity, bool? singleThread, required int threadId})
-
StepBackArguments.fromMap(Map<
String, Object?> obj)
Properties
- granularity → SteppingGranularity?
-
Stepping granularity to step. 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 backwards
(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