EpubGuideReference.named constructor

const EpubGuideReference.named({
  1. required String type,
  2. required String? title,
  3. required String href,
})

Implementation

const EpubGuideReference.named(
    {required this.type, required this.title, required this.href})
    : super();