getPropertyBaseHref method
Returns the baseHref associated with a property value if available.
Implementation
String? getPropertyBaseHref(String propertyName) {
return _pendingProperties[propertyName]?.baseHref ?? _properties[propertyName]?.baseHref;
}