toJson method

Object toJson()

Implementation

Object toJson() => {
      epubArchive: epubArchive,
      title: title,
      author: author,
      authorList: authorList,
      schema: schema
    };