ProcessEventBody class

Inheritance

Constructors

ProcessEventBody({bool? isLocalProcess, required String name, int? pointerSize, String? startMethod, int? systemProcessId})
ProcessEventBody.fromMap(Map<String, Object?> obj)

Properties

hashCode int
The hash code for this object.
no setterinherited
isLocalProcess bool?
If true, the process is running on the same computer as the debug adapter.
final
name String
The logical name of the process. This is usually the full path to process's executable file. Example: /home/example/myproj/program.js.
final
pointerSize int?
The size of a pointer or address for this process, in bits. This value may be used by clients when formatting addresses for display.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startMethod String?
Describes how the debug engine started debugging this process.
final
systemProcessId int?
The system process id of the debugged process. This property is missing for non-system processes.
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) ProcessEventBody