types property

List<Hl7TypesConfig>? types
getter/setter pair

Schema type definitions that are layered based on their VersionSources that match the incoming message.

Type definitions present in higher indices override those in lower indices with the same type name if their VersionSources all match an incoming message.

Implementation

core.List<Hl7TypesConfig>? types;