toJson method

Object toJson()

Implementation

Object toJson() => {
      title: title,
      author: author,
      authorList: authorList,
      schema: schema,
      content: content,
      coverImage: coverImage,
      chapters: chapters
    };