EligibilityRequestPurposeCopyWithImpl<T> constructor

EligibilityRequestPurposeCopyWithImpl<T>(
  1. FhirString _value,
  2. T _then(
    1. FhirString
    )
)

Constructor for the copyWith implementation.

Implementation

EligibilityRequestPurposeCopyWithImpl(super._value, super._then);