MeiHeader constructor
const
MeiHeader({
- required FileDescription fileDescription,
- EncodingDescription? encodingDescription,
- WorkList? workList,
- ManifestationList? manifestationList,
- RevisionDescription? revisionDescription,
Implementation
const MeiHeader({
required this.fileDescription,
this.encodingDescription,
this.workList,
this.manifestationList,
this.revisionDescription,
});