String? getString(String key) { if (_bundle[key] != null && _bundle[key]!["type"] == _string) return _bundle[key]!["val"]; return null; }