mimeType property

  1. @override
MimeType? mimeType
override

mimeType - specify the MimeType in the Header - this should be fhir+json but there are some older systems that won't accept that

Implementation

@override

/// [mimeType] - specify the MimeType in the Header - this should be fhir+json
///   but there are some older systems that won't accept that
MimeType? get mimeType;