audio property

  1. @TagNumber(9)
ModuleConfig_AudioConfig get audio

The part of the config that is specific to the Audio module

Implementation

@$pb.TagNumber(9)
$1.ModuleConfig_AudioConfig get audio => $_getN(8);
  1. @TagNumber(9)
set audio (ModuleConfig_AudioConfig value)

Implementation

@$pb.TagNumber(9)
set audio($1.ModuleConfig_AudioConfig value) => $_setField(9, value);