EpubSchema.named constructor

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

Implementation

const EpubSchema.named(
    {required this.package,
    required this.navigation,
    required this.contentDirectoryPath})
    : super();