CommunicationPayload constructor

const CommunicationPayload({
  1. String? contentString,
  2. @JsonKey(name: '_contentString') Element? contentStringElement,
  3. Attachment? contentAttachment,
  4. Reference? contentReference,
})

Implementation

const factory CommunicationPayload({
  String? contentString,
  @JsonKey(name: '_contentString') Element? contentStringElement,
  Attachment? contentAttachment,
  Reference? contentReference,
}) = _CommunicationPayload;