Response constructor
      
      Response({ 
    
    
- CreateFootnoteResponse? createFootnote,
- CreateHeaderResponse? createHeader,
- CreateNamedRangeResponse? createNamedRange,
- InsertInlineImageResponse? insertInlineImage,
- InsertInlineSheetsChartResponse? insertInlineSheetsChart,
- ReplaceAllTextResponse? replaceAllText,
Implementation
Response({
  this.createFooter,
  this.createFootnote,
  this.createHeader,
  this.createNamedRange,
  this.insertInlineImage,
  this.insertInlineSheetsChart,
  this.replaceAllText,
});