ExternalRuntimeOptions constructor
      
      ExternalRuntimeOptions({})
     
    
    
Implementation
ExternalRuntimeOptions({
  this.containerCpu,
  this.containerMemory,
  this.maxBatchingRows,
  this.runtimeConnection,
  this.runtimeVersion,
});