tryString abstract method
Returns a value at key
as String
or null if missing.
null
is returned if an underlying value is unavailable or cannot be
converted to String.
Implementation
String? tryString(K key);
Returns a value at key
as String
or null if missing.
null
is returned if an underlying value is unavailable or cannot be
converted to String.
String? tryString(K key);