EpubSchema constructor

const EpubSchema(
  1. EpubPackage package,
  2. EpubNavigation? navigation,
  3. String contentDirectoryPath
)

Implementation

const EpubSchema(this.package, this.navigation, this.contentDirectoryPath)
    : super();