audible property

bool? get audible

The tab's new audible state.

Implementation

bool? get audible => _wrapped.audible;
set audible (bool? v)

Implementation

set audible(bool? v) {
  _wrapped.audible = v;
}