Response constructor

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

Implementation

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