isFhirCanonical property Null safety
Determines if the Uri is a FHIR canonical URL
Implementation
bool get isFhirCanonical =>
host == 'fhir.wings-health.com' && pathSegments[0] == 'fhir';
Determines if the Uri is a FHIR canonical URL
bool get isFhirCanonical =>
host == 'fhir.wings-health.com' && pathSegments[0] == 'fhir';