String? getString(dynamic key, {String? defaultValue}) { return getOrDefault<String>(key, defaultValue: defaultValue); }