ambientLighting property
The part of the config that is specific to the Ambient Lighting module
Implementation
@$pb.TagNumber(12)
$1.ModuleConfig_AmbientLightingConfig get ambientLighting => $_getN(11);
Implementation
@$pb.TagNumber(12)
set ambientLighting($1.ModuleConfig_AmbientLightingConfig value) =>
$_setField(12, value);