SchemaPackage constructor

SchemaPackage({
  1. bool? ignoreMinOccurs,
  2. List<Hl7SchemaConfig>? schemas,
  3. String? schematizedParsingType,
  4. List<Hl7TypesConfig>? types,
  5. String? unexpectedSegmentHandling,
})

Implementation

SchemaPackage({
  this.ignoreMinOccurs,
  this.schemas,
  this.schematizedParsingType,
  this.types,
  this.unexpectedSegmentHandling,
});