EpubChapterRef constructor

EpubChapterRef(
  1. EpubTextContentFileRef? epubTextContentFileRef
)

Implementation

EpubChapterRef(EpubTextContentFileRef? epubTextContentFileRef) {
  this.epubTextContentFileRef = epubTextContentFileRef;
}