StepInArguments class

Arguments for stepIn request.

Inheritance

Constructors

StepInArguments({SteppingGranularity? granularity, bool? singleThread, int? targetId, required int threadId})
StepInArguments.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
targetId int?
Id of the target to step into.
final
threadId int
Specifies the thread for which to resume execution for one step-into (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

Static Methods

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