EpubSpine constructor
const
EpubSpine(
- String tableOfContents,
- List<
EpubSpineItemRef> items
Implementation
const EpubSpine(this.tableOfContents, this.items) : super();