allHistory property
bool
get
allHistory
True if all history was removed. If true, then urls will be empty.
Implementation
bool get allHistory => _wrapped.allHistory;
set
allHistory
(bool v)
Implementation
set allHistory(bool v) {
_wrapped.allHistory = v;
}