EpubSpine constructor

const EpubSpine(
  1. String tableOfContents,
  2. List<EpubSpineItemRef> items
)

Implementation

const EpubSpine(this.tableOfContents, this.items) : super();