audio property
bool?
get
audio
Implementation
bool? get audio => _wrapped.audio;
set
audio
(bool? v)
Implementation
set audio(bool? v) {
_wrapped.audio = v;
}