BrowserProcessInfo constructor
- List<
FrameInfo> ? frameInfos, - required BrowserProcessKind kind,
- int? processId,
Implementation
BrowserProcessInfo({this.frameInfos, required this.kind, this.processId});
BrowserProcessInfo({this.frameInfos, required this.kind, this.processId});