Tab class

Annotations
  • @JS()
  • @anonymous

Constructors

Tab({bool? audible, bool? autoDiscardable, bool? discarded, String? favIconUrl, num? groupId, num? height, bool? highlighted, int? id, bool incognito, num index, MutedInfo? mutedInfo, num openerTabId, String? pendingUrl, bool? pinned, String? sessionId, TabStatus? status, String? title, String? url, num? width, num? windowId})
factory

Properties

audible bool?
no setter
autoDiscardable bool?
no setter
discarded bool?
no setter
favIconUrl String?
no setter
groupId int?
no setter
hashCode int
The hash code for this object.
no setterinherited
height num?
no setter
highlighted bool?
no setter
id num?
no setter
incognito bool
no setter
index num
no setter
mutedInfo num
no setter
openerTabId num
no setter
pendingUrl String?
no setter
pinned bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
no setter
status TabStatus?
no setter
title String?
no setter
url String?
no setter
width num?
no setter
windowId num?
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