EpubMetadataContributor constructor

const EpubMetadataContributor(
  1. String contributor,
  2. String? fileAs,
  3. String? role
)

Implementation

const EpubMetadataContributor(this.contributor, this.fileAs, this.role)
    : super();