EpubNavigationPageTarget constructor
const
EpubNavigationPageTarget(
- String id,
- String? value,
- EpubNavigationPageTargetType type,
- String? klass,
- String playOrder,
- EpubNavigationContent content,
Implementation
const EpubNavigationPageTarget(this.id, this.value, this.type, this.klass,
this.playOrder, this.navigationLabels, this.content)
: super();