toJson method

Object toJson()

Implementation

Object toJson() => {
      title: title,
      contentFileName: contentFileName,
      anchor: anchor,
      htmlContent: htmlContent,
      subChapters: subChapters
    };