getString method

String getString (String key)

Implementation

String getString(String key) {
  Object _result = getValue(key);
  return _result is String ? _result : "";
}