EpubNavigationPoint constructor
const
EpubNavigationPoint(
- String id,
- String? klass,
- String playOrder,
- EpubNavigationContent content,
Implementation
const EpubNavigationPoint(this.id, this.klass, this.playOrder,
this.navigationLabels, this.content, this.childNavigationPoints)
: super();