incognitoSpecific property
bool?
get
incognitoSpecific
Whether the effective value is specific to the incognito session.
This
property will only be present if the incognito
property in the
details
parameter of get()
was true.
Implementation
bool? get incognitoSpecific => _wrapped.incognitoSpecific;
set
incognitoSpecific
(bool? v)
Implementation
set incognitoSpecific(bool? v) {
_wrapped.incognitoSpecific = v;
}