incognito property

bool get incognito

False if this download is recorded in the history, true if it is not recorded.

Implementation

bool get incognito => _wrapped.incognito;
set incognito (bool v)

Implementation

set incognito(bool v) {
  _wrapped.incognito = v;
}