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