ImmunizationReaction constructor

const ImmunizationReaction({
  1. FhirDate? date,
  2. @JsonKey(name: '_date') Element? dateElement,
  3. Reference? detail,
  4. FhirBoolean? reported,
  5. @JsonKey(name: '_reported') Element? reportedElement,
})

Implementation

const factory ImmunizationReaction({
  FhirDate? date,
  @JsonKey(name: '_date') Element? dateElement,
  Reference? detail,
  FhirBoolean? reported,
  @JsonKey(name: '_reported') Element? reportedElement,
}) = _ImmunizationReaction;