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