EpubLocator constructor

EpubLocator({
  1. String? bookId,
  2. String? href,
  3. int? created,
  4. Locations? locations,
})

Implementation

EpubLocator({this.bookId, this.href, this.created, this.locations});