EpubSpine.named constructor

const EpubSpine.named({
  1. required String tableOfContents,
  2. required List<EpubSpineItemRef> items,
})

Implementation

const EpubSpine.named({required this.tableOfContents, required this.items})
    : super();