QueryInfo constructor
QueryInfo({})
Implementation
external factory QueryInfo({
bool? active,
bool? audible,
bool? autoDiscardable,
bool? currentWindow,
bool? discarded,
num? groupId,
bool? highlighted,
num? index,
bool? lastFocusedWindow,
bool? muted,
bool? pinned,
TabStatus? status,
String? title,
Url? url,
WindowType? windowId,
WindowType? windowType,
});