soundFormat property
SoundFormat?
get
soundFormat
Implementation
SoundFormat? get soundFormat => _$this._soundFormat;
set
soundFormat
(SoundFormat? soundFormat)
Implementation
set soundFormat(SoundFormat? soundFormat) =>
_$this._soundFormat = soundFormat;