Returns a value at key as String.
key
String
FormatException is thrown if an underlying value is unavailable or cannot be converted to String.
@override String getString(K key) => toStringValue(this[key]);