EpubMetadataMeta constructor

const EpubMetadataMeta(
  1. String? name,
  2. String? content,
  3. String? id,
  4. String? refines,
  5. String? property,
  6. String? scheme,
)

Implementation

const EpubMetadataMeta(this.name, this.content, this.id, this.refines,
    this.property, this.scheme)
    : super();