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