EpubNavigationPageTarget constructor

const EpubNavigationPageTarget(
  1. String id,
  2. String? value,
  3. EpubNavigationPageTargetType type,
  4. String? klass,
  5. String playOrder,
  6. List<EpubNavigationLabel> navigationLabels,
  7. EpubNavigationContent content,
)

Implementation

const EpubNavigationPageTarget(this.id, this.value, this.type, this.klass,
    this.playOrder, this.navigationLabels, this.content)
    : super();