EpubManifest.named constructor

const EpubManifest.named({
  1. required List<EpubManifestItem> items,
})

Implementation

const EpubManifest.named({required this.items}) : super();