String getPropertyValue(String propertyName)

Source

String getPropertyValue(String propertyName) {
  var propValue = _getPropertyValueHelper(propertyName);
  return propValue != null ? propValue : '';
}