BrowserProcessInfo constructor

BrowserProcessInfo({
  1. List<FrameInfo>? frameInfos,
  2. required BrowserProcessKind kind,
  3. int? processId,
})

Implementation

BrowserProcessInfo({this.frameInfos, required this.kind, this.processId});