Returns the String value for key, or null if absent or not a String.
key
null
String? tryString(K key) => tryGet<String>(key);