toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final addBanding = this.addBanding;
  final addChart = this.addChart;
  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 cancelDataSourceRefresh = this.cancelDataSourceRefresh;
  final createDeveloperMetadata = this.createDeveloperMetadata;
  final deleteConditionalFormatRule = this.deleteConditionalFormatRule;
  final deleteDeveloperMetadata = this.deleteDeveloperMetadata;
  final deleteDimensionGroup = this.deleteDimensionGroup;
  final deleteDuplicates = this.deleteDuplicates;
  final duplicateFilterView = this.duplicateFilterView;
  final duplicateSheet = this.duplicateSheet;
  final findReplace = this.findReplace;
  final refreshDataSource = this.refreshDataSource;
  final trimWhitespace = this.trimWhitespace;
  final updateConditionalFormatRule = this.updateConditionalFormatRule;
  final updateDataSource = this.updateDataSource;
  final updateDeveloperMetadata = this.updateDeveloperMetadata;
  final updateEmbeddedObjectPosition = this.updateEmbeddedObjectPosition;
  return {
    'addBanding': ?addBanding,
    'addChart': ?addChart,
    'addDataSource': ?addDataSource,
    'addDimensionGroup': ?addDimensionGroup,
    'addFilterView': ?addFilterView,
    'addNamedRange': ?addNamedRange,
    'addProtectedRange': ?addProtectedRange,
    'addSheet': ?addSheet,
    'addSlicer': ?addSlicer,
    'addTable': ?addTable,
    'cancelDataSourceRefresh': ?cancelDataSourceRefresh,
    'createDeveloperMetadata': ?createDeveloperMetadata,
    'deleteConditionalFormatRule': ?deleteConditionalFormatRule,
    'deleteDeveloperMetadata': ?deleteDeveloperMetadata,
    'deleteDimensionGroup': ?deleteDimensionGroup,
    'deleteDuplicates': ?deleteDuplicates,
    'duplicateFilterView': ?duplicateFilterView,
    'duplicateSheet': ?duplicateSheet,
    'findReplace': ?findReplace,
    'refreshDataSource': ?refreshDataSource,
    'trimWhitespace': ?trimWhitespace,
    'updateConditionalFormatRule': ?updateConditionalFormatRule,
    'updateDataSource': ?updateDataSource,
    'updateDeveloperMetadata': ?updateDeveloperMetadata,
    'updateEmbeddedObjectPosition': ?updateEmbeddedObjectPosition,
  };
}