TestScriptOrigin constructor

const TestScriptOrigin({
  1. FhirDecimal? index,
  2. @JsonKey(name: '_index') Element? indexElement,
  3. required Coding profile,
})

Implementation

const factory TestScriptOrigin({
  FhirDecimal? index,
  @JsonKey(name: '_index') Element? indexElement,
  required Coding profile,
}) = _TestScriptOrigin;