DeviceComponentProductionSpecification constructor

const DeviceComponentProductionSpecification({
  1. CodeableConcept? specType,
  2. Identifier? componentId,
  3. String? productionSpec,
  4. @JsonKey(name: '_productionSpec') Element? productionSpecElement,
})

Implementation

const factory DeviceComponentProductionSpecification({
  CodeableConcept? specType,
  Identifier? componentId,
  String? productionSpec,
  @JsonKey(name: '_productionSpec') Element? productionSpecElement,
}) = _DeviceComponentProductionSpecification;