QueryInfo class

Annotations
  • @JS()
  • @anonymous

Constructors

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, dynamic url, WindowType? windowId, WindowType? windowType})
factory

Properties

active bool?
no setter
audible bool?
no setter
autoDiscardable bool?
no setter
currentWindow bool?
no setter
discarded bool?
no setter
groupId num?
no setter
hashCode int
The hash code for this object.
no setterinherited
highlighted bool?
no setter
index num?
no setter
lastFocusedWindow bool?
no setter
muted bool?
no setter
pinned bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TabStatus?
no setter
title String?
no setter
url String?
no setter
windowId num?
no setter
windowType WindowType?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited