SettingsCallbackResult class

Constructors

SettingsCallbackResult({required RemovalOptions options, required DataTypeSet dataToRemove, required DataTypeSet dataRemovalPermitted})
SettingsCallbackResult.fromJS(SettingsCallbackResult _wrapped)

Properties

dataRemovalPermitted DataTypeSet
All of the types will be present in the result, with values of true if they are permitted to be removed (e.g., by enterprise policy) and false if not.
getter/setter pair
dataToRemove DataTypeSet
All of the types will be present in the result, with values of true if they are both selected to be removed and permitted to be removed, otherwise false.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
options RemovalOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → SettingsCallbackResult
no setter

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