exists method

bool exists()

Implementation

bool exists() {
  return _profile != null;
}