ContextFilter class

Constructors

ContextFilter({List<ContextType>? contextTypes, List<String>? contextIds, List<int>? tabIds, List<int>? windowIds, List<String>? documentIds, List<int>? frameIds, List<String>? documentUrls, List<String>? documentOrigins, bool? incognito})
ContextFilter.fromJS(ContextFilter _wrapped)

Properties

contextIds List<String>?
getter/setter pair
contextTypes List<ContextType>?
getter/setter pair
documentIds List<String>?
getter/setter pair
documentOrigins List<String>?
getter/setter pair
documentUrls List<String>?
getter/setter pair
frameIds List<int>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
incognito bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIds List<int>?
getter/setter pair
toJS → ContextFilter
no setter
windowIds List<int>?
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