mimeType property

List<FhirCode>? mimeType
inherited

mimeType The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType).

Implementation

List<FhirCode>? get mimeType => throw _privateConstructorUsedError;