TargetInfo class

Constructors

TargetInfo({required TargetInfoType type, required String id, int? tabId, String? extensionId, required bool attached, required String title, required String url, String? faviconUrl})
TargetInfo.fromJS(TargetInfo _wrapped)

Properties

attached bool
True if debugger is already attached.
getter/setter pair
extensionId String?
The extension id, defined if type = 'background_page'.
getter/setter pair
faviconUrl String?
Target favicon URL.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Target id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
The tab id, defined if type == 'page'.
getter/setter pair
title String
Target page title.
getter/setter pair
toJS → TargetInfo
no setter
type TargetInfoType
Target type.
getter/setter pair
url String
Target URL.
getter/setter pair

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