StartDebuggingRequestArguments class

Arguments for startDebugging request.

Inheritance

Constructors

StartDebuggingRequestArguments({required Map<String, Object?> configuration, required String request})
StartDebuggingRequestArguments.fromMap(Map<String, Object?> obj)

Properties

configuration Map<String, Object?>
Arguments passed to the new debug session. The arguments must only contain properties understood by the launch or attach requests of the debug adapter and they must not contain any client-specific properties (e.g. type) or client-specific features (e.g. substitutable 'variables').
final
hashCode int
The hash code for this object.
no setterinherited
request String
Indicates whether the new debug session should be started with a launch or attach request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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) StartDebuggingRequestArguments