EpubMetadataIdentifier constructor

const EpubMetadataIdentifier(
  1. String identifier,
  2. String? id,
  3. String? scheme
)

Implementation

const EpubMetadataIdentifier(this.identifier, this.id, this.scheme) : super();