copy method
Implementation
NovelEntityData copy() {
return NovelEntityData(
readUrl: readUrl,
bookName: bookName,
type: type,
thumbUrl: thumbUrl,
novelDetail: novelDetail,
);
}
NovelEntityData copy() {
return NovelEntityData(
readUrl: readUrl,
bookName: bookName,
type: type,
thumbUrl: thumbUrl,
novelDetail: novelDetail,
);
}