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