isReady method

bool isReady()

Implementation

bool isReady() {
  return data_ != null;
}