autoDiscardable property
bool
get
autoDiscardable
Whether the tab can be discarded automatically by the browser when resources are low.
Implementation
bool get autoDiscardable => _wrapped.autoDiscardable;
set
autoDiscardable
(bool v)
Implementation
set autoDiscardable(bool v) {
_wrapped.autoDiscardable = v;
}