Response constructor

Response({
  1. AddDocumentTabResponse? addDocumentTab,
  2. CreateFooterResponse? createFooter,
  3. CreateFootnoteResponse? createFootnote,
  4. CreateHeaderResponse? createHeader,
  5. CreateNamedRangeResponse? createNamedRange,
  6. InsertInlineImageResponse? insertInlineImage,
  7. InsertInlineSheetsChartResponse? insertInlineSheetsChart,
  8. ReplaceAllTextResponse? replaceAllText,
})

Implementation

Response({
  this.addDocumentTab,
  this.createFooter,
  this.createFootnote,
  this.createHeader,
  this.createNamedRange,
  this.insertInlineImage,
  this.insertInlineSheetsChart,
  this.replaceAllText,
});