HighlightInfo class

Constructors

HighlightInfo({int? windowId, required Object tabs})
HighlightInfo.fromJS(HighlightInfo _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabs Object
One or more tab indices to highlight.
getter/setter pair
toJS → HighlightInfo
no setter
windowId int?
The window that contains the tabs.
getter/setter pair

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