toJson method
Implementation
Object toJson() => {
title: title,
contentFileName: contentFileName,
anchor: anchor,
htmlContent: htmlContent,
subChapters: subChapters
};
Object toJson() => {
title: title,
contentFileName: contentFileName,
anchor: anchor,
htmlContent: htmlContent,
subChapters: subChapters
};