MetadataBookModel constructor
MetadataBookModel({})
Implementation
MetadataBookModel({
this.authors,
this.publisher,
this.publishedDate,
this.description,
this.pageCount,
this.language,
this.thumbnail,
this.thumbnailBlurHash,
});