Spine constructor

const Spine(
  1. List<Itemref> itemrefs,
  2. ReadingProgression direction,
  3. String? toc
)

Implementation

const Spine(this.itemrefs, this.direction, this.toc);