Checks if key exists and has a non-empty value in the request data.
key
bool hasDataValue(String key) => _allData.containsKey(key) && this[key].isNotEmpty;