fhirTypeName property Null safety

String? fhirTypeName

Implementation

String? get fhirTypeName => isFhirCanonical ? pathSegments[1] : null;