SchemaPackage constructor
SchemaPackage({
- bool? ignoreMinOccurs,
- List<
Hl7SchemaConfig> ? schemas, - String? schematizedParsingType,
- List<
Hl7TypesConfig> ? types, - String? unexpectedSegmentHandling,
Implementation
SchemaPackage({
this.ignoreMinOccurs,
this.schemas,
this.schematizedParsingType,
this.types,
this.unexpectedSegmentHandling,
});