Metadata constructor
Metadata({})
Implementation
Metadata({
required this.title,
required this.date,
required this.language,
required this.identifiers,
required this.uniqueIdentifierValue,
this.rights,
this.contributor,
this.creator,
this.publisher,
this.subject,
this.description,
});