EpubMetadata constructor

const EpubMetadata(
  1. List<String> titles,
  2. List<EpubMetadataCreator> creators,
  3. List<String> subjects,
  4. String? description,
  5. List<String> publishers,
  6. List<EpubMetadataContributor> contributors,
  7. List<EpubMetadataDate> dates,
  8. List<String> types,
  9. List<String> formats,
  10. List<EpubMetadataIdentifier> identifiers,
  11. List<String> sources,
  12. List<String> languages,
  13. List<String> relations,
  14. List<String> coverages,
  15. List<String> rights,
  16. List<EpubMetadataMeta> metaItems,
)

Implementation

const EpubMetadata(
    this.titles,
    this.creators,
    this.subjects,
    this.description,
    this.publishers,
    this.contributors,
    this.dates,
    this.types,
    this.formats,
    this.identifiers,
    this.sources,
    this.languages,
    this.relations,
    this.coverages,
    this.rights,
    this.metaItems)
    : super();