OpenPopupOptions class

Constructors

OpenPopupOptions({int? windowId})
OpenPopupOptions.fromJS(OpenPopupOptions _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
toJS → OpenPopupOptions
no setter
windowId int?
The id of the window to open the action popup in. Defaults to the currently-active window if unspecified.
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