pub fn get_bool_param( params: &BTreeMap<String, Parameter>, key: &str, ) -> Option<bool>
Extract a bool parameter from metadata, returning None if missing or not a Parameter::Bool.
None
Parameter::Bool