OnChangeDetails class

Constructors

OnChangeDetails({required Object value, required LevelOfControl levelOfControl, bool? incognitoSpecific})
OnChangeDetails.fromJS(OnChangeDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
incognitoSpecific bool?
Whether the value that has changed is specific to the incognito session.
This property will only be present if the user has enabled the extension in incognito mode.
getter/setter pair
levelOfControl LevelOfControl
The level of control of the setting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → OnChangeDetails
no setter
value Object
The value of the setting after the change.
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