toJson method

Object toJson()

Implementation

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