fhirUuid property Null safety

String? fhirUuid

Implementation

String? get fhirUuid => isFhirCanonical ? pathSegments[2] : null;