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