Debuggee class

Constructors

Debuggee({int? tabId, String? extensionId, String? targetId})
Debuggee.fromJS(Debuggee _wrapped)

Properties

extensionId String?
The id of the extension which you intend to debug. Attaching to an extension background page is only possible when the --silent-debugger-extension-api command-line switch is used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
The id of the tab which you intend to debug.
getter/setter pair
targetId String?
The opaque id of the debug target.
getter/setter pair
toJS → Debuggee
no setter

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