NextArguments class

Arguments for next request.

Inheritance

Constructors

NextArguments({SteppingGranularity? granularity, bool? singleThread, required int threadId})
NextArguments.fromMap(Map<String, Object?> obj)

Properties

granularity → String?
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 (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) → NextArguments