EpubNavigationTarget constructor

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

Implementation

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