toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createFooter != null) 'createFooter': createFooter!,
      if (createFootnote != null) 'createFootnote': createFootnote!,
      if (createHeader != null) 'createHeader': createHeader!,
      if (createNamedRange != null) 'createNamedRange': createNamedRange!,
      if (insertInlineImage != null) 'insertInlineImage': insertInlineImage!,
      if (insertInlineSheetsChart != null)
        'insertInlineSheetsChart': insertInlineSheetsChart!,
      if (replaceAllText != null) 'replaceAllText': replaceAllText!,
    };