toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final addBanding = this.addBanding;
  final addChart = this.addChart;
  final addConditionalFormatRule = this.addConditionalFormatRule;
  final addDataSource = this.addDataSource;
  final addDimensionGroup = this.addDimensionGroup;
  final addFilterView = this.addFilterView;
  final addNamedRange = this.addNamedRange;
  final addProtectedRange = this.addProtectedRange;
  final addSheet = this.addSheet;
  final addSlicer = this.addSlicer;
  final addTable = this.addTable;
  final appendCells = this.appendCells;
  final appendDimension = this.appendDimension;
  final autoFill = this.autoFill;
  final autoResizeDimensions = this.autoResizeDimensions;
  final cancelDataSourceRefresh = this.cancelDataSourceRefresh;
  final clearBasicFilter = this.clearBasicFilter;
  final copyPaste = this.copyPaste;
  final createDeveloperMetadata = this.createDeveloperMetadata;
  final cutPaste = this.cutPaste;
  final deleteBanding = this.deleteBanding;
  final deleteConditionalFormatRule = this.deleteConditionalFormatRule;
  final deleteDataSource = this.deleteDataSource;
  final deleteDeveloperMetadata = this.deleteDeveloperMetadata;
  final deleteDimension = this.deleteDimension;
  final deleteDimensionGroup = this.deleteDimensionGroup;
  final deleteDuplicates = this.deleteDuplicates;
  final deleteEmbeddedObject = this.deleteEmbeddedObject;
  final deleteFilterView = this.deleteFilterView;
  final deleteNamedRange = this.deleteNamedRange;
  final deleteProtectedRange = this.deleteProtectedRange;
  final deleteRange = this.deleteRange;
  final deleteSheet = this.deleteSheet;
  final deleteTable = this.deleteTable;
  final duplicateFilterView = this.duplicateFilterView;
  final duplicateSheet = this.duplicateSheet;
  final findReplace = this.findReplace;
  final insertDimension = this.insertDimension;
  final insertRange = this.insertRange;
  final mergeCells = this.mergeCells;
  final moveDimension = this.moveDimension;
  final pasteData = this.pasteData;
  final randomizeRange = this.randomizeRange;
  final refreshDataSource = this.refreshDataSource;
  final repeatCell = this.repeatCell;
  final setBasicFilter = this.setBasicFilter;
  final setDataValidation = this.setDataValidation;
  final sortRange = this.sortRange;
  final textToColumns = this.textToColumns;
  final trimWhitespace = this.trimWhitespace;
  final unmergeCells = this.unmergeCells;
  final updateBanding = this.updateBanding;
  final updateBorders = this.updateBorders;
  final updateCells = this.updateCells;
  final updateChartSpec = this.updateChartSpec;
  final updateConditionalFormatRule = this.updateConditionalFormatRule;
  final updateDataSource = this.updateDataSource;
  final updateDeveloperMetadata = this.updateDeveloperMetadata;
  final updateDimensionGroup = this.updateDimensionGroup;
  final updateDimensionProperties = this.updateDimensionProperties;
  final updateEmbeddedObjectBorder = this.updateEmbeddedObjectBorder;
  final updateEmbeddedObjectPosition = this.updateEmbeddedObjectPosition;
  final updateFilterView = this.updateFilterView;
  final updateNamedRange = this.updateNamedRange;
  final updateProtectedRange = this.updateProtectedRange;
  final updateSheetProperties = this.updateSheetProperties;
  final updateSlicerSpec = this.updateSlicerSpec;
  final updateSpreadsheetProperties = this.updateSpreadsheetProperties;
  final updateTable = this.updateTable;
  return {
    'addBanding': ?addBanding,
    'addChart': ?addChart,
    'addConditionalFormatRule': ?addConditionalFormatRule,
    'addDataSource': ?addDataSource,
    'addDimensionGroup': ?addDimensionGroup,
    'addFilterView': ?addFilterView,
    'addNamedRange': ?addNamedRange,
    'addProtectedRange': ?addProtectedRange,
    'addSheet': ?addSheet,
    'addSlicer': ?addSlicer,
    'addTable': ?addTable,
    'appendCells': ?appendCells,
    'appendDimension': ?appendDimension,
    'autoFill': ?autoFill,
    'autoResizeDimensions': ?autoResizeDimensions,
    'cancelDataSourceRefresh': ?cancelDataSourceRefresh,
    'clearBasicFilter': ?clearBasicFilter,
    'copyPaste': ?copyPaste,
    'createDeveloperMetadata': ?createDeveloperMetadata,
    'cutPaste': ?cutPaste,
    'deleteBanding': ?deleteBanding,
    'deleteConditionalFormatRule': ?deleteConditionalFormatRule,
    'deleteDataSource': ?deleteDataSource,
    'deleteDeveloperMetadata': ?deleteDeveloperMetadata,
    'deleteDimension': ?deleteDimension,
    'deleteDimensionGroup': ?deleteDimensionGroup,
    'deleteDuplicates': ?deleteDuplicates,
    'deleteEmbeddedObject': ?deleteEmbeddedObject,
    'deleteFilterView': ?deleteFilterView,
    'deleteNamedRange': ?deleteNamedRange,
    'deleteProtectedRange': ?deleteProtectedRange,
    'deleteRange': ?deleteRange,
    'deleteSheet': ?deleteSheet,
    'deleteTable': ?deleteTable,
    'duplicateFilterView': ?duplicateFilterView,
    'duplicateSheet': ?duplicateSheet,
    'findReplace': ?findReplace,
    'insertDimension': ?insertDimension,
    'insertRange': ?insertRange,
    'mergeCells': ?mergeCells,
    'moveDimension': ?moveDimension,
    'pasteData': ?pasteData,
    'randomizeRange': ?randomizeRange,
    'refreshDataSource': ?refreshDataSource,
    'repeatCell': ?repeatCell,
    'setBasicFilter': ?setBasicFilter,
    'setDataValidation': ?setDataValidation,
    'sortRange': ?sortRange,
    'textToColumns': ?textToColumns,
    'trimWhitespace': ?trimWhitespace,
    'unmergeCells': ?unmergeCells,
    'updateBanding': ?updateBanding,
    'updateBorders': ?updateBorders,
    'updateCells': ?updateCells,
    'updateChartSpec': ?updateChartSpec,
    'updateConditionalFormatRule': ?updateConditionalFormatRule,
    'updateDataSource': ?updateDataSource,
    'updateDeveloperMetadata': ?updateDeveloperMetadata,
    'updateDimensionGroup': ?updateDimensionGroup,
    'updateDimensionProperties': ?updateDimensionProperties,
    'updateEmbeddedObjectBorder': ?updateEmbeddedObjectBorder,
    'updateEmbeddedObjectPosition': ?updateEmbeddedObjectPosition,
    'updateFilterView': ?updateFilterView,
    'updateNamedRange': ?updateNamedRange,
    'updateProtectedRange': ?updateProtectedRange,
    'updateSheetProperties': ?updateSheetProperties,
    'updateSlicerSpec': ?updateSlicerSpec,
    'updateSpreadsheetProperties': ?updateSpreadsheetProperties,
    'updateTable': ?updateTable,
  };
}