toJson method

Object toJson()

Implementation

Object toJson() => {
      head: head,
      docTitle: docTitle,
      docAuthors: docAuthors,
      navMap: navMap,
      pageList: pageList,
      navLists: navLists
    };