metadata property
Metadata of the EPUB file, such as title, authors, media overlays, etc.
This includes both Dublin Core metadata and additional document metadata. If the metadata has already been parsed, returns the cached metadata.
Implementation
List<Metadata> get metadata => _metadata.value;