hasData method

bool hasData()

Implementation

bool hasData() {
  return data != null;
}