MeiHeader constructor

const MeiHeader({
  1. required FileDescription fileDescription,
  2. EncodingDescription? encodingDescription,
  3. WorkList? workList,
  4. ManifestationList? manifestationList,
  5. RevisionDescription? revisionDescription,
})

Implementation

const MeiHeader({
  required this.fileDescription,
  this.encodingDescription,
  this.workList,
  this.manifestationList,
  this.revisionDescription,
});