toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (createImage != null) 'createImage': createImage!,
if (createLine != null) 'createLine': createLine!,
if (createParagraphBullets != null)
'createParagraphBullets': createParagraphBullets!,
if (createShape != null) 'createShape': createShape!,
if (createSheetsChart != null) 'createSheetsChart': createSheetsChart!,
if (createSlide != null) 'createSlide': createSlide!,
if (createTable != null) 'createTable': createTable!,
if (createVideo != null) 'createVideo': createVideo!,
if (deleteObject != null) 'deleteObject': deleteObject!,
if (deleteParagraphBullets != null)
'deleteParagraphBullets': deleteParagraphBullets!,
if (deleteTableColumn != null) 'deleteTableColumn': deleteTableColumn!,
if (deleteTableRow != null) 'deleteTableRow': deleteTableRow!,
if (deleteText != null) 'deleteText': deleteText!,
if (duplicateObject != null) 'duplicateObject': duplicateObject!,
if (groupObjects != null) 'groupObjects': groupObjects!,
if (insertTableColumns != null)
'insertTableColumns': insertTableColumns!,
if (insertTableRows != null) 'insertTableRows': insertTableRows!,
if (insertText != null) 'insertText': insertText!,
if (mergeTableCells != null) 'mergeTableCells': mergeTableCells!,
if (refreshSheetsChart != null)
'refreshSheetsChart': refreshSheetsChart!,
if (replaceAllShapesWithImage != null)
'replaceAllShapesWithImage': replaceAllShapesWithImage!,
if (replaceAllShapesWithSheetsChart != null)
'replaceAllShapesWithSheetsChart': replaceAllShapesWithSheetsChart!,
if (replaceAllText != null) 'replaceAllText': replaceAllText!,
if (replaceImage != null) 'replaceImage': replaceImage!,
if (rerouteLine != null) 'rerouteLine': rerouteLine!,
if (ungroupObjects != null) 'ungroupObjects': ungroupObjects!,
if (unmergeTableCells != null) 'unmergeTableCells': unmergeTableCells!,
if (updateImageProperties != null)
'updateImageProperties': updateImageProperties!,
if (updateLineCategory != null)
'updateLineCategory': updateLineCategory!,
if (updateLineProperties != null)
'updateLineProperties': updateLineProperties!,
if (updatePageElementAltText != null)
'updatePageElementAltText': updatePageElementAltText!,
if (updatePageElementTransform != null)
'updatePageElementTransform': updatePageElementTransform!,
if (updatePageElementsZOrder != null)
'updatePageElementsZOrder': updatePageElementsZOrder!,
if (updatePageProperties != null)
'updatePageProperties': updatePageProperties!,
if (updateParagraphStyle != null)
'updateParagraphStyle': updateParagraphStyle!,
if (updateShapeProperties != null)
'updateShapeProperties': updateShapeProperties!,
if (updateSlideProperties != null)
'updateSlideProperties': updateSlideProperties!,
if (updateSlidesPosition != null)
'updateSlidesPosition': updateSlidesPosition!,
if (updateTableBorderProperties != null)
'updateTableBorderProperties': updateTableBorderProperties!,
if (updateTableCellProperties != null)
'updateTableCellProperties': updateTableCellProperties!,
if (updateTableColumnProperties != null)
'updateTableColumnProperties': updateTableColumnProperties!,
if (updateTableRowProperties != null)
'updateTableRowProperties': updateTableRowProperties!,
if (updateTextStyle != null) 'updateTextStyle': updateTextStyle!,
if (updateVideoProperties != null)
'updateVideoProperties': updateVideoProperties!,
};