EpubMetadataDate constructor

const EpubMetadataDate(
  1. String date,
  2. String? event
)

Implementation

const EpubMetadataDate(this.date, this.event) : super();