DocumentMetadata constructor
DocumentMetadata({})
Creates metadata that could be either for another element or the EPUB package itself.
Implementation
DocumentMetadata({
this.refinesTo,
String? property,
super.value,
super.id,
this.scheme,
this.name,
this.content,
}) : _property = property;