Response constructor

Response({
  1. CreateImageResponse? createImage,
  2. CreateLineResponse? createLine,
  3. CreateShapeResponse? createShape,
  4. CreateSheetsChartResponse? createSheetsChart,
  5. CreateSlideResponse? createSlide,
  6. CreateTableResponse? createTable,
  7. CreateVideoResponse? createVideo,
  8. DuplicateObjectResponse? duplicateObject,
  9. GroupObjectsResponse? groupObjects,
  10. ReplaceAllShapesWithImageResponse? replaceAllShapesWithImage,
  11. ReplaceAllShapesWithSheetsChartResponse? replaceAllShapesWithSheetsChart,
  12. ReplaceAllTextResponse? replaceAllText,
})

Implementation

Response({
  this.createImage,
  this.createLine,
  this.createShape,
  this.createSheetsChart,
  this.createSlide,
  this.createTable,
  this.createVideo,
  this.duplicateObject,
  this.groupObjects,
  this.replaceAllShapesWithImage,
  this.replaceAllShapesWithSheetsChart,
  this.replaceAllText,
});