TargetInfo constructor
TargetInfo({
- required TargetID targetId,
- required String type,
- required String title,
- required String url,
- required bool attached,
- TargetID? parentId,
- TargetID? openerId,
- required bool canAccessOpener,
- FrameId? openerFrameId,
- FrameId? parentFrameId,
- BrowserContextID? browserContextId,
- String? subtype,
- Map<
String, dynamic> ? embedderData,
Implementation
TargetInfo({
required this.targetId,
required this.type,
required this.title,
required this.url,
required this.attached,
this.parentId,
this.openerId,
required this.canAccessOpener,
this.openerFrameId,
this.parentFrameId,
this.browserContextId,
this.subtype,
this.embedderData,
});