Checks if key exists in the request data.
key
bool hasData(String key) => getAllData().containsKey(key);