EpubMetadata constructor
EpubMetadata({})
Implementation
EpubMetadata({
this.title,
this.author,
this.language,
this.identifier,
this.publisher,
this.description,
this.date,
this.subject,
this.coverImage,
});