BatchExecuteStatementOutput constructor
      
      BatchExecuteStatementOutput({ 
    
    
- List<BatchStatementResponse> ? responses,
Implementation
BatchExecuteStatementOutput({
  this.responses,
});