String? getString(String key, [String? defaultValue]) => Converter.getString(_map[key], defaultValue);