EpubGuideReference constructor

const EpubGuideReference(
  1. String type,
  2. String? title,
  3. String href
)

Implementation

const EpubGuideReference(this.type, this.title, this.href) : super();