DebugSession class

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

Constructors

DebugSession({bool? sessionEnabled, String? sessionTarget})
DebugSession.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionEnabled bool?
Specifies if session debugging is enabled for this build.
final
sessionTarget String?
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited