Helper to get a query parameter as a boolean.
bool queryBool(String key, [bool defaultValue = false]) => request.queryBool(key, defaultValue);