EpubSchema.named constructor
const
EpubSchema.named({
- required EpubPackage package,
- required String contentDirectoryPath,
Implementation
const EpubSchema.named(
{required this.package,
required this.navigation,
required this.contentDirectoryPath})
: super();