GetViewsFetchProperties class

Constructors

GetViewsFetchProperties({ViewType? type, int? windowId, int? tabId})
GetViewsFetchProperties.fromJS(GetViewsFetchProperties _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
tabId int?
Find a view according to a tab id. If this field is omitted, returns all views.
getter/setter pair
toJS → GetViewsFetchProperties
no setter
type ViewType?
The type of view to get. If omitted, returns all views (including background pages and tabs).
getter/setter pair
windowId int?
The window to restrict the search to. If omitted, returns all views.
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