dynamicValue property

List<RequestOrchestrationDynamicValue>? dynamicValue
inherited

dynamicValue Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.

Implementation

List<RequestOrchestrationDynamicValue>? get dynamicValue =>
    throw _privateConstructorUsedError;