toJson method

String toJson()

Implementation

String toJson() => jsonEncode({
      'modeConfig': modeConfig.toJson(),
      'toolbarConfig': toolbarConfig.toJson(),
      'readerViewConfig': readerViewConfig.toJson(),
      'annotationsConfig': annotationsConfig.toJson(),
      'contentEditorConfig': contentEditorConfig.toJson(),
      'formsConfig': formsConfig.toJson(),
      'global': globalConfig.toJson()
    });