toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createImage != null) 'createImage': createImage!,
  if (createLine != null) 'createLine': createLine!,
  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 (duplicateObject != null) 'duplicateObject': duplicateObject!,
  if (groupObjects != null) 'groupObjects': groupObjects!,
  if (replaceAllShapesWithImage != null)
    'replaceAllShapesWithImage': replaceAllShapesWithImage!,
  if (replaceAllShapesWithSheetsChart != null)
    'replaceAllShapesWithSheetsChart': replaceAllShapesWithSheetsChart!,
  if (replaceAllText != null) 'replaceAllText': replaceAllText!,
};