OutputGroup constructor
      
      OutputGroup({ 
    
    
- AutomatedEncodingSettings? automatedEncodingSettings,
- String? customName,
- String? name,
- OutputGroupSettings? outputGroupSettings,
- List<Output> ? outputs,
Implementation
OutputGroup({
  this.automatedEncodingSettings,
  this.customName,
  this.name,
  this.outputGroupSettings,
  this.outputs,
});