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