EpubPackage constructor

const EpubPackage(
  1. EpubVersion version,
  2. EpubMetadata metadata,
  3. EpubManifest manifest,
  4. EpubSpine spine,
  5. EpubGuide? guide,
)

Implementation

const EpubPackage(
    this.version, this.metadata, this.manifest, this.spine, this.guide)
    : super();