EpubNavigationPoint constructor

const EpubNavigationPoint(
  1. String id,
  2. String? klass,
  3. String playOrder,
  4. List<EpubNavigationLabel> navigationLabels,
  5. EpubNavigationContent content,
  6. List<EpubNavigationPoint> childNavigationPoints,
)

Implementation

const EpubNavigationPoint(this.id, this.klass, this.playOrder,
    this.navigationLabels, this.content, this.childNavigationPoints)
    : super();