audible property

bool? get audible

Whether the tabs are audible.

Implementation

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

Implementation

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