Hl7TypesConfig constructor

Hl7TypesConfig({
  1. List<Type>? type,
  2. List<VersionSource>? version,
})

Implementation

Hl7TypesConfig({
  this.type,
  this.version,
});