hasData method

bool hasData()

Network Result Has Data Body

Implementation

bool hasData() {
  if (!_convertedData.containsKey("data")) {
    return false;
  }
  return true;
}