incognito property
bool
get
incognito
Whether the context is associated with an incognito profile.
Implementation
bool get incognito => _wrapped.incognito;
set
incognito
(bool v)
Implementation
set incognito(bool v) {
_wrapped.incognito = v;
}