CommunicationPayload constructor

const CommunicationPayload({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. List<FhirExtension>? modifierExtension,
  4. String? contentString,
  5. @JsonKey(name: '_contentString') Element? contentStringElement,
  6. Attachment? contentAttachment,
  7. Reference? contentReference,
})

Implementation

const factory CommunicationPayload({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  List<FhirExtension>? modifierExtension,
  String? contentString,
  @JsonKey(name: '_contentString') Element? contentStringElement,
  Attachment? contentAttachment,
  Reference? contentReference,
}) = _CommunicationPayload;