Get the string value associated with the specified key.
String? getString(String key, {String? defaultValue}) { assert(_key != null); return _decorator.getString(key, defaultValue: defaultValue); }