hasData method

bool hasData()

Implementation

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