SetPopupDetails class

Constructors

SetPopupDetails({required int tabId, required String popup})
SetPopupDetails.fromJS(SetPopupDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
The relative path to the HTML file to show in a popup. If set to the empty string (''), no popup is shown.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int
The id of the tab for which you want to modify the page action.
getter/setter pair
toJS → SetPopupDetails
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