QueryInfo constructor

QueryInfo({
  1. bool? active,
  2. bool? audible,
  3. bool? autoDiscardable,
  4. bool? currentWindow,
  5. bool? discarded,
  6. num? groupId,
  7. bool? highlighted,
  8. num? index,
  9. bool? lastFocusedWindow,
  10. bool? muted,
  11. bool? pinned,
  12. TabStatus? status,
  13. String? title,
  14. dynamic url,
  15. WindowType? windowId,
  16. WindowType? windowType,
})

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,
});