Returns the bool value for key, or null if absent or not a bool.
key
null
bool? tryBool(K key) => tryGet<bool>(key);