TargetInfo class
Constructors
- TargetInfo({required TargetID targetId, required String type, required String title, required String url, required bool attached, TargetID? openerId, required bool canAccessOpener, FrameId? openerFrameId, BrowserContextID? browserContextId, String? subtype})
-
TargetInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attached → bool
-
Whether the target has an attached client.
final
- browserContextId → BrowserContextID?
-
final
- canAccessOpener → bool
-
Whether the target has access to the originating window.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- openerFrameId → FrameId?
-
Frame id of originating window (is only set if target has an opener).
final
- openerId → TargetID?
-
Opener target Id
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtype → String?
-
Provides additional details for specific target types. For example, for
the type of "page", this may be set to "portal" or "prerender".
final
- targetId → TargetID
-
final
- title → String
-
final
- type → String
-
final
- url → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited