SetDetails class

Constructors

SetDetails({required Object value, ChromeSettingScope? scope})
SetDetails.fromJS(SetDetails _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
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