incognito property
bool?
get
incognito
Whether to return the value that applies to the incognito session (default false).
Implementation
bool? get incognito => _wrapped.incognito;
set
incognito
(bool? v)
Implementation
set incognito(bool? v) {
_wrapped.incognito = v;
}