menu
chrome_extension package
documentation
types.dart
SetDetails class
SetDetails class
dark_mode
light_mode
SetDetails
class
Constructors
SetDetails
({
required
Object
value
,
ChromeSettingScope
?
scope
})
SetDetails.fromJS
(
SetDetails
_wrapped
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
scope
↔
ChromeSettingScope
?
Where to set the setting (default: regular).
getter/setter pair
toJS
→ SetDetails
no setter
value
↔
Object
The value of the setting.
Note that every setting has a specific value type, which is described together with the setting. An extension should
not
set a value of a different type.
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
chrome_extension package
documentation
types
SetDetails class
types library